Html Css Color HEX #CCA492 Rose

📋 copy color: '#CCA492'

red 204 ◦ green 164 ◦ blue 146

#CCA492
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose #CCA492

Tints of Rose #CCA492

RGB

 RED value IS 204 (80.08% from 255) = 39.69%

 GREEN value IS 164 (64.45% from 255) = 31.91%

 BLUE value IS 146 (57.42% from 255) = 28.4%

R = 39.69%
G = 31.91%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CCA492 (or 0xCCA492) is known color: Rose. HEX triplet: CC, A4 and 92. RGB value is (204,164,146). Sum of RGB (Red+Green+Blue) = 204+164+146=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA492 is #335B6D. Grayscale: #AEAEAE. Windows color (decimal): -3365742 or 9610444. OLE color: 9610444.

HSL color Cylindrical-coordinate representation of color #CCA492: hue angle of 18.62º 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 #CCA492 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 164 146 -
CMYK 0 0.20 0.28 0.2
HSL 18.62º 0.36% 0.69% -
HSV(B) 18.62º 0.28% 0.8% -
XYZ 43.37 41.46 32.91 -
YUV 173.91 112.25 149.46 -
System Red Green Blue C M Y K H S L
Decimal 204 164 146 0 0.20 0.28 0.2 18.62 0.36 0.69
Hex CC A4 92 0 14 1C 14 13 24 45
Octal 314 244 222 0 24 34 24 23 44 105
Binary 11001100 10100100 10010010 0 10100 11100 10100 10011 100100 1000101

Color Harmonies of #CCA492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA492

Black with #CCA492

Text Example


Text Example

White with #CCA492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA492; }

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

 H1.HeaderClassName
 {
   color: #CCA492;
 }
 .AnyTagClassName
 {
   color: #CCA492;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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