#CF9E8A

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

Shades of Rose #CF9E8A

Tints of Rose #CF9E8A

Color information

#CF9E8A (or 0xCF9E8A) is unknown color: approx Rose. HEX triplet: CF, 9E and 8A. RGB value is (207,158,138). Sum of RGB (Red+Green+Blue) = 207+158+138=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9E8A is #306175. Grayscale: #AAAAAA. Windows color (decimal): -3170678 or 9084623. OLE color: 9084623.

HSL color Cylindrical-coordinate representation of color #CF9E8A: hue angle of 17.39º degrees, saturation: 0.42, 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 #CF9E8A is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB207158138-
CMYK00.240.330.19
HSL17.39º41.82%67.65%-
HSV(B)17.39º33.33%81.18%-
XYZ42.5539.5529.44-
YUV170.37109.73154.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.15%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=41.15%
G=31.41%
B=27.44%

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
Decimal20715813800.240.330.1917.3941.8267.65
HexCF9E8A0182113112a44
Octal31723621203041232152104
Binary11001111100111101000101001100010000110011100011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9E8A; }

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

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

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

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

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

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

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

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