Html Css Color HEX #CAA493 Rose

📋 copy color: '#CAA493'

red 202 ◦ green 164 ◦ blue 147

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

Shades of Rose #CAA493

Tints of Rose #CAA493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.65%

R = 39.38%
G = 31.97%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CAA493 (or 0xCAA493) is known color: Rose. HEX triplet: CA, A4 and 93. RGB value is (202,164,147). Sum of RGB (Red+Green+Blue) = 202+164+147=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA493 is #355B6C. Grayscale: #ADADAD. Windows color (decimal): -3496813 or 9675978. OLE color: 9675978.

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

Color convert

RGB 202 164 147 -
CMYK 0 0.19 0.27 0.21
HSL 18.55º 0.34% 0.68% -
HSV(B) 18.55º 0.27% 0.79% -
XYZ 42.9 41.21 33.3 -
YUV 173.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 202 164 147 0 0.19 0.27 0.21 18.55 0.34 0.68
Hex CA A4 93 0 13 1B 15 13 22 44
Octal 312 244 223 0 23 33 25 23 42 104
Binary 11001010 10100100 10010011 0 10011 11011 10101 10011 100010 1000100

Color Harmonies of #CAA493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA493

Black with #CAA493

Text Example


Text Example

White with #CAA493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA493; }

 p { color: rgb(202,164,147); }

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

background-color css

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

 a { background-color: rgb(202,164,147); }

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

border-color css

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

 span { border-color: rgb(202,164,147); }

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