#CFA792

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

Shades of Rose #CFA792

Tints of Rose #CFA792

Color information

#CFA792 (or 0xCFA792) is unknown color: approx Rose. HEX triplet: CF, A7 and 92. RGB value is (207,167,146). Sum of RGB (Red+Green+Blue) = 207+167+146=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA792 is #30586D. Grayscale: #B0B0B0. Windows color (decimal): -3168366 or 9611215. OLE color: 9611215.

HSL color Cylindrical-coordinate representation of color #CFA792: hue angle of 20.66º 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 #CFA792 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB207167146-
CMYK00.190.290.19
HSL20.66º38.85%69.22%-
HSV(B)20.66º29.47%81.18%-
XYZ44.7442.9833.13-
YUV176.57110.75149.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 167 (65.62% from 255) = 32.12%
BLUE value IS 146 (57.42% from 255) = 28.08%
R=39.81%
G=32.12%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716714600.190.290.1920.6638.8569.22
HexCFA7920131D13152745
Octal31724722202335232547105
Binary1100111110100111100100100100111110110011101011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA792; }

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

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

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

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

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

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

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

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