#D77CAB

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

Shades of Kobi #D77CAB

Tints of Kobi #D77CAB

Color information

#D77CAB (or 0xD77CAB) is unknown color: approx Kobi. HEX triplet: D7, 7C and AB. RGB value is (215,124,171). Sum of RGB (Red+Green+Blue) = 215+124+171=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77CAB is #288354. Grayscale: #9C9C9C. Windows color (decimal): -2655061 or 11238615. OLE color: 11238615.

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

Color convert

RGB215124171-
CMYK00.420.200.16
HSL329.01º53.22%66.47%-
HSV(B)329.01º42.33%84.31%-
XYZ42.5831.842.42-
YUV156.57136.15169.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.16%
GREEN value IS 124 (48.83% from 255) = 24.31%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=42.16%
G=24.31%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512417100.420.200.16329.0153.2266.47
HexD77CAB02A14101493542
Octal327174253052242051165102
Binary11010111111110010101011010101010100100001010010011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77CAB; }

 p { color: rgb(215,124,171); }

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

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

 a { background-color: rgb(215,124,171); }

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

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

 span { border-color: rgb(215,124,171); }

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