#CFA695

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

Shades of Rose #CFA695

Tints of Rose #CFA695

Color information

#CFA695 (or 0xCFA695) is unknown color: approx Rose. HEX triplet: CF, A6 and 95. RGB value is (207,166,149). Sum of RGB (Red+Green+Blue) = 207+166+149=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA695 is #30596A. Grayscale: #B0B0B0. Windows color (decimal): -3168619 or 9807567. OLE color: 9807567.

HSL color Cylindrical-coordinate representation of color #CFA695: hue angle of 17.59º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFA695 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB207166149-
CMYK00.200.280.19
HSL17.59º37.66%69.8%-
HSV(B)17.59º28.02%81.18%-
XYZ44.7942.7134.32-
YUV176.32112.58149.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.66%
GREEN value IS 166 (65.23% from 255) = 31.80%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=39.66%
G=31.80%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716614900.200.280.1917.5937.6669.8
HexCFA6950141C13122646
Octal31724622502434232246106
Binary1100111110100110100101010101001110010011100101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA695; }

 p { color: rgb(207,166,149); }

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

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

 a { background-color: rgb(207,166,149); }

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

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

 span { border-color: rgb(207,166,149); }

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