Html Css Color HEX #CAA592 Rose

📋 copy color: '#CAA592'

red 202 ◦ green 165 ◦ blue 146

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

Shades of Rose #CAA592

Tints of Rose #CAA592

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.16%

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

R = 39.38%
G = 32.16%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CAA592 (or 0xCAA592) is known color: Rose. HEX triplet: CA, A5 and 92. RGB value is (202,165,146). Sum of RGB (Red+Green+Blue) = 202+165+146=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA592 is #355A6D. Grayscale: #AEAEAE. Windows color (decimal): -3496558 or 9610698. OLE color: 9610698.

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

Color convert

RGB 202 165 146 -
CMYK 0 0.18 0.28 0.21
HSL 20.36º 0.35% 0.68% -
HSV(B) 20.36º 0.28% 0.79% -
XYZ 43 41.54 32.95 -
YUV 173.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 202 165 146 0 0.18 0.28 0.21 20.36 0.35 0.68
Hex CA A5 92 0 12 1C 15 14 23 44
Octal 312 245 222 0 22 34 25 24 43 104
Binary 11001010 10100101 10010010 0 10010 11100 10101 10100 100011 1000100

Color Harmonies of #CAA592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA592

Black with #CAA592

Text Example


Text Example

White with #CAA592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA592; }

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

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

background-color css

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

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

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

border-color css

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

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

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