#CF8DA9

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

Shades of Kobi #CF8DA9

Tints of Kobi #CF8DA9

Color information

#CF8DA9 (or 0xCF8DA9) is unknown color: approx Kobi. HEX triplet: CF, 8D and A9. RGB value is (207,141,169). Sum of RGB (Red+Green+Blue) = 207+141+169=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8DA9 is #307256. Grayscale: #A3A3A3. Windows color (decimal): -3174999 or 11111887. OLE color: 11111887.

HSL color Cylindrical-coordinate representation of color #CF8DA9: hue angle of 334.55º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF8DA9 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB207141169-
CMYK00.320.180.19
HSL334.55º40.74%68.24%-
HSV(B)334.55º31.88%81.18%-
XYZ42.4235.1842.09-
YUV163.93130.87158.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.04%
GREEN value IS 141 (55.47% from 255) = 27.27%
BLUE value IS 169 (66.41% from 255) = 32.69%
R=40.04%
G=27.27%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714116900.320.180.19334.5540.7468.24
HexCF8DA9020121314f2944
Octal317215251040222351751104
Binary110011111000110110101001010000010010100111010011111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8DA9; }

 p { color: rgb(207,141,169); }

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

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

 a { background-color: rgb(207,141,169); }

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

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

 span { border-color: rgb(207,141,169); }

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