Html Css Color HEX #CAA694 Rose

📋 copy color: '#CAA694'

red 202 ◦ green 166 ◦ blue 148

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

Shades of Rose #CAA694

Tints of Rose #CAA694

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.17%

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

R = 39.15%
G = 32.17%
B = 28.68%

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

#CAA694 (or 0xCAA694) is known color: Rose. HEX triplet: CA, A6 and 94. RGB value is (202,166,148). Sum of RGB (Red+Green+Blue) = 202+166+148=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA694 is #35596B. Grayscale: #AEAEAE. Windows color (decimal): -3496300 or 9742026. OLE color: 9742026.

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

Color convert

RGB 202 166 148 -
CMYK 0 0.18 0.27 0.21
HSL 20º 0.34% 0.69% -
HSV(B) 20º 0.27% 0.79% -
XYZ 43.34 41.97 33.83 -
YUV 174.71 112.93 147.46 -
System Red Green Blue C M Y K H S L
Decimal 202 166 148 0 0.18 0.27 0.21 20 0.34 0.69
Hex CA A6 94 0 12 1B 15 14 22 45
Octal 312 246 224 0 22 33 25 24 42 105
Binary 11001010 10100110 10010100 0 10010 11011 10101 10100 100010 1000101

Color Harmonies of #CAA694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA694

Black with #CAA694

Text Example


Text Example

White with #CAA694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA694; }

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

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

background-color css

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

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

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

border-color css

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

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

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