Html Css Color HEX #CAA595 Eunry

📋 copy color: '#CAA595'

red 202 ◦ green 165 ◦ blue 149

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

Shades of Eunry #CAA595

Tints of Eunry #CAA595

RGB

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

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

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

R = 39.15%
G = 31.98%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CAA595 (or 0xCAA595) is known color: Eunry. HEX triplet: CA, A5 and 95. RGB value is (202,165,149). Sum of RGB (Red+Green+Blue) = 202+165+149=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA595 is #355A6A. Grayscale: #AEAEAE. Windows color (decimal): -3496555 or 9807306. OLE color: 9807306.

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

Color convert

RGB 202 165 149 -
CMYK 0 0.18 0.26 0.21
HSL 18.11º 0.33% 0.69% -
HSV(B) 18.11º 0.26% 0.79% -
XYZ 43.24 41.64 34.19 -
YUV 174.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 202 165 149 0 0.18 0.26 0.21 18.11 0.33 0.69
Hex CA A5 95 0 12 1A 15 12 21 45
Octal 312 245 225 0 22 32 25 22 41 105
Binary 11001010 10100101 10010101 0 10010 11010 10101 10010 100001 1000101

Color Harmonies of #CAA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA595

Black with #CAA595

Text Example


Text Example

White with #CAA595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA595; }

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

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

background-color css

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

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

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

border-color css

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

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

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