#CF9EAE

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

Shades of Kobi #CF9EAE

Tints of Kobi #CF9EAE

Color information

#CF9EAE (or 0xCF9EAE) is unknown color: approx Kobi. HEX triplet: CF, 9E and AE. RGB value is (207,158,174). Sum of RGB (Red+Green+Blue) = 207+158+174=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9EAE is #306151. Grayscale: #AEAEAE. Windows color (decimal): -3170642 or 11443919. OLE color: 11443919.

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

Color convert

RGB207158174-
CMYK00.240.160.19
HSL340.41º33.79%71.57%-
HSV(B)340.41º23.67%81.18%-
XYZ45.640.7845.51-
YUV174.48127.73151.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.40%
GREEN value IS 158 (62.11% from 255) = 29.31%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=38.40%
G=29.31%
B=32.28%

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
Decimal20715817400.240.160.19340.4133.7971.57
HexCF9EAE01810131542248
Octal317236256030202352442110
Binary11001111100111101010111001100010000100111010101001000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9EAE; }

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

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

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

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

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

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

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

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