#CF9DAE

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

Shades of Kobi #CF9DAE

Tints of Kobi #CF9DAE

Color information

#CF9DAE (or 0xCF9DAE) is unknown color: approx Kobi. HEX triplet: CF, 9D and AE. RGB value is (207,157,174). Sum of RGB (Red+Green+Blue) = 207+157+174=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9DAE is #306251. Grayscale: #ADADAD. Windows color (decimal): -3170898 or 11443663. OLE color: 11443663.

HSL color Cylindrical-coordinate representation of color #CF9DAE: hue angle of 339.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CF9DAE is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB207157174-
CMYK00.240.160.19
HSL339.6º34.25%71.37%-
HSV(B)339.6º24.15%81.18%-
XYZ45.4340.4445.45-
YUV173.89128.06151.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.48%
GREEN value IS 157 (61.72% from 255) = 29.18%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=38.48%
G=29.18%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715717400.240.160.19339.634.2571.37
HexCF9DAE01810131542247
Octal317235256030202352442107
Binary11001111100111011010111001100010000100111010101001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9DAE; }

 p { color: rgb(207,157,174); }

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

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

 a { background-color: rgb(207,157,174); }

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

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

 span { border-color: rgb(207,157,174); }

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