Html Css Color HEX #CAA693 Rose

📋 copy color: '#CAA693'

red 202 ◦ green 166 ◦ blue 147

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

Shades of Rose #CAA693

Tints of Rose #CAA693

RGB

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

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

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

R = 39.22%
G = 32.23%
B = 28.54%

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

#CAA693 (or 0xCAA693) is known color: Rose. HEX triplet: CA, A6 and 93. RGB value is (202,166,147). Sum of RGB (Red+Green+Blue) = 202+166+147=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA693 is #35596C. Grayscale: #AEAEAE. Windows color (decimal): -3496301 or 9676490. OLE color: 9676490.

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

Color convert

RGB 202 166 147 -
CMYK 0 0.18 0.27 0.21
HSL 20.73º 0.34% 0.68% -
HSV(B) 20.73º 0.27% 0.79% -
XYZ 43.26 41.94 33.42 -
YUV 174.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 202 166 147 0 0.18 0.27 0.21 20.73 0.34 0.68
Hex CA A6 93 0 12 1B 15 15 22 44
Octal 312 246 223 0 22 33 25 25 42 104
Binary 11001010 10100110 10010011 0 10010 11011 10101 10101 100010 1000100

Color Harmonies of #CAA693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA693

Black with #CAA693

Text Example


Text Example

White with #CAA693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA693; }

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

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

background-color css

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

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

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

border-color css

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

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

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