Html Css Color HEX #CAA092 Rose

📋 copy color: '#CAA092'

red 202 ◦ green 160 ◦ blue 146

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

Shades of Rose #CAA092

Tints of Rose #CAA092

RGB

 RED value IS 202 (79.3% from 255) = 39.76%

 GREEN value IS 160 (62.89% from 255) = 31.5%

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

R = 39.76%
G = 31.5%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CAA092 (or 0xCAA092) is known color: Rose. HEX triplet: CA, A0 and 92. RGB value is (202,160,146). Sum of RGB (Red+Green+Blue) = 202+160+146=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA092 is #355F6D. Grayscale: #ABABAB. Windows color (decimal): -3497838 or 9609418. OLE color: 9609418.

HSL color Cylindrical-coordinate representation of color #CAA092: hue angle of 15º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAA092 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 160 146 -
CMYK 0 0.21 0.28 0.21
HSL 15º 0.35% 0.68% -
HSV(B) 15º 0.28% 0.79% -
XYZ 42.12 39.77 32.65 -
YUV 170.96 113.91 150.14 -
System Red Green Blue C M Y K H S L
Decimal 202 160 146 0 0.21 0.28 0.21 15 0.35 0.68
Hex CA A0 92 0 15 1C 15 F 23 44
Octal 312 240 222 0 25 34 25 17 43 104
Binary 11001010 10100000 10010010 0 10101 11100 10101 1111 100011 1000100

Color Harmonies of #CAA092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA092

Black with #CAA092

Text Example


Text Example

White with #CAA092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA092; }

 p { color: rgb(202,160,146); }

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

background-color css

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

 a { background-color: rgb(202,160,146); }

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

border-color css

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

 span { border-color: rgb(202,160,146); }

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