#CF9E8B

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

Shades of Rose #CF9E8B

Tints of Rose #CF9E8B

Color information

#CF9E8B (or 0xCF9E8B) is unknown color: approx Rose. HEX triplet: CF, 9E and 8B. RGB value is (207,158,139). Sum of RGB (Red+Green+Blue) = 207+158+139=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9E8B is #306174. Grayscale: #AAAAAA. Windows color (decimal): -3170677 or 9150159. OLE color: 9150159.

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

Color convert

RGB207158139-
CMYK00.240.330.19
HSL16.76º41.46%67.84%-
HSV(B)16.76º32.85%81.18%-
XYZ42.6239.5829.82-
YUV170.48110.23154.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.07%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 139 (54.69% from 255) = 27.58%
R=41.07%
G=31.35%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715813900.240.330.1916.7641.4667.84
HexCF9E8B0182113112944
Octal31723621303041232151104
Binary11001111100111101000101101100010000110011100011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9E8B; }

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

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

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

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

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

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

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

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