#CFA692

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

Shades of Rose #CFA692

Tints of Rose #CFA692

Color information

#CFA692 (or 0xCFA692) is unknown color: approx Rose. HEX triplet: CF, A6 and 92. RGB value is (207,166,146). Sum of RGB (Red+Green+Blue) = 207+166+146=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA692 is #30596D. Grayscale: #B0B0B0. Windows color (decimal): -3168622 or 9610959. OLE color: 9610959.

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

Color convert

RGB207166146-
CMYK00.200.290.19
HSL19.67º38.85%69.22%-
HSV(B)19.67º29.47%81.18%-
XYZ44.5642.6133.07-
YUV175.98111.08150.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.88%
GREEN value IS 166 (65.23% from 255) = 31.98%
BLUE value IS 146 (57.42% from 255) = 28.13%
R=39.88%
G=31.98%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716614600.200.290.1919.6738.8569.22
HexCFA6920141D13142745
Octal31724622202435232447105
Binary1100111110100110100100100101001110110011101001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA692; }

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

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

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

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

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

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

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

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