#D68BAC

Color #D68BAC Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D68BAC

Tints of Kobi #D68BAC

Color information

#D68BAC (or 0xD68BAC) is unknown color: approx Kobi. HEX triplet: D6, 8B and AC. RGB value is (214,139,172). Sum of RGB (Red+Green+Blue) = 214+139+172=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D68BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68BAC is #297453. Grayscale: #A5A5A5. Windows color (decimal): -2716756 or 11307990. OLE color: 11307990.

HSL color Cylindrical-coordinate representation of color #D68BAC: hue angle of 333.6º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68BAC is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214139172-
CMYK00.350.200.16
HSL333.6º47.77%69.22%-
HSV(B)333.6º35.05%83.92%-
XYZ44.4135.7443.59-
YUV165.19131.85162.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 40.76%
GREEN value IS 139 (54.69% from 255) = 26.48%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=40.76%
G=26.48%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413917200.350.200.16333.647.7769.22
HexD68BAC023141014e3045
Octal326213254043242051660105
Binary110101101000101110101100010001110100100001010011101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68BAC; }

 p { color: rgb(214,139,172); }

 H1.HeaderClassName
 {
   color: #D68BAC;
 }
 .AnyTagClassName
 {
   color: #D68BAC;
 }
</style>
background-color css

<style>
 a { background-color: #D68BAC; }

 a { background-color: rgb(214,139,172); }

 div.DivClassName
 {
   background-color: #D68BAC;
 }
 .BgClassName
 {
   background-color: #D68BAC;
 }
</style>
border-color css

<style>
 span { border-color: #D68BAC; }

 span { border-color: rgb(214,139,172); }

 td.TdClassName
 {
   border-color: #D68BAC;
 }
 .TagClassName
 {
   border-color: #D68BAC;
 }
</style>