Html Css Color HEX #CAAB7C Putty

📋 copy color: '#CAAB7C'

red 202 ◦ green 171 ◦ blue 124

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

Shades of Putty #CAAB7C

Tints of Putty #CAAB7C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.41%

 BLUE value IS 124 (48.83% from 255) = 24.95%

R = 40.64%
G = 34.41%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CAAB7C (or 0xCAAB7C) is known color: Putty. HEX triplet: CA, AB and 7C. RGB value is (202,171,124). Sum of RGB (Red+Green+Blue) = 202+171+124=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAB7C is #355483. Grayscale: #AFAFAF. Windows color (decimal): -3495044 or 8170442. OLE color: 8170442.

HSL color Cylindrical-coordinate representation of color #CAAB7C: hue angle of 36.15º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAAB7C is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 171 124 -
CMYK 0 0.15 0.39 0.21
HSL 36.15º 0.42% 0.64% -
HSV(B) 36.15º 0.39% 0.79% -
XYZ 42.56 43.14 25.15 -
YUV 174.91 99.27 147.32 -
System Red Green Blue C M Y K H S L
Decimal 202 171 124 0 0.15 0.39 0.21 36.15 0.42 0.64
Hex CA AB 7C 0 F 27 15 24 2A 40
Octal 312 253 174 0 17 47 25 44 52 100
Binary 11001010 10101011 1111100 0 1111 100111 10101 100100 101010 1000000

Color Harmonies of #CAAB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAB7C

Black with #CAAB7C

Text Example


Text Example

White with #CAAB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAB7C; }

 p { color: rgb(202,171,124); }

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

background-color css

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

 a { background-color: rgb(202,171,124); }

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

border-color css

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

 span { border-color: rgb(202,171,124); }

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