Html Css Color HEX #CAA195 Rose

📋 copy color: '#CAA195'

red 202 ◦ green 161 ◦ blue 149

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

Shades of Rose #CAA195

Tints of Rose #CAA195

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.45%

 BLUE value IS 149 (58.59% from 255) = 29.1%

R = 39.45%
G = 31.45%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CAA195 (or 0xCAA195) is known color: Rose. HEX triplet: CA, A1 and 95. RGB value is (202,161,149). Sum of RGB (Red+Green+Blue) = 202+161+149=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA195 is #355E6A. Grayscale: #ABABAB. Windows color (decimal): -3497579 or 9806282. OLE color: 9806282.

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

Color convert

RGB 202 161 149 -
CMYK 0 0.20 0.26 0.21
HSL 13.58º 0.33% 0.69% -
HSV(B) 13.58º 0.26% 0.79% -
XYZ 42.53 40.22 33.95 -
YUV 171.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 202 161 149 0 0.20 0.26 0.21 13.58 0.33 0.69
Hex CA A1 95 0 14 1A 15 E 21 45
Octal 312 241 225 0 24 32 25 16 41 105
Binary 11001010 10100001 10010101 0 10100 11010 10101 1110 100001 1000101

Color Harmonies of #CAA195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA195

Black with #CAA195

Text Example


Text Example

White with #CAA195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA195; }

 p { color: rgb(202,161,149); }

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

background-color css

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

 a { background-color: rgb(202,161,149); }

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

border-color css

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

 span { border-color: rgb(202,161,149); }

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