#CCA692

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

Shades of Rose #CCA692

Tints of Rose #CCA692

Color information

#CCA692 (or 0xCCA692) is unknown color: approx Rose. HEX triplet: CC, A6 and 92. RGB value is (204,166,146). Sum of RGB (Red+Green+Blue) = 204+166+146=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA692 is #33596D. Grayscale: #AFAFAF. Windows color (decimal): -3365230 or 9610956. OLE color: 9610956.

HSL color Cylindrical-coordinate representation of color #CCA692: hue angle of 20.69º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCA692 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB204166146-
CMYK00.190.280.2
HSL20.69º36.25%68.63%-
HSV(B)20.69º28.43%80%-
XYZ43.7342.1933.03-
YUV175.08111.59148.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 166 (65.23% from 255) = 32.17%
BLUE value IS 146 (57.42% from 255) = 28.29%
R=39.53%
G=32.17%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416614600.190.280.220.6936.2568.63
HexCCA6920131C14152445
Octal31424622202334242544105
Binary1100110010100110100100100100111110010100101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA692; }

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

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

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

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

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

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

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

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