Html Css Color HEX #CAA594 Rose

📋 copy color: '#CAA594'

red 202 ◦ green 165 ◦ blue 148

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

Shades of Rose #CAA594

Tints of Rose #CAA594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.74%

R = 39.22%
G = 32.04%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CAA594 (or 0xCAA594) is known color: Rose. HEX triplet: CA, A5 and 94. RGB value is (202,165,148). Sum of RGB (Red+Green+Blue) = 202+165+148=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA594 is #355A6B. Grayscale: #AEAEAE. Windows color (decimal): -3496556 or 9741770. OLE color: 9741770.

HSL color Cylindrical-coordinate representation of color #CAA594: hue angle of 18.89º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAA594 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 165 148 -
CMYK 0 0.18 0.27 0.21
HSL 18.89º 0.34% 0.69% -
HSV(B) 18.89º 0.27% 0.79% -
XYZ 43.16 41.6 33.77 -
YUV 174.13 113.26 147.88 -
System Red Green Blue C M Y K H S L
Decimal 202 165 148 0 0.18 0.27 0.21 18.89 0.34 0.69
Hex CA A5 94 0 12 1B 15 13 22 45
Octal 312 245 224 0 22 33 25 23 42 105
Binary 11001010 10100101 10010100 0 10010 11011 10101 10011 100010 1000101

Color Harmonies of #CAA594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA594

Black with #CAA594

Text Example


Text Example

White with #CAA594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA594; }

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

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

background-color css

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

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

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

border-color css

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

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

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