Html Css Color HEX #CAA87A Putty

📋 copy color: '#CAA87A'

red 202 ◦ green 168 ◦ blue 122

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

Shades of Putty #CAA87A

Tints of Putty #CAA87A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.15%

 BLUE value IS 122 (48.05% from 255) = 24.8%

R = 41.06%
G = 34.15%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CAA87A (or 0xCAA87A) is known color: Putty. HEX triplet: CA, A8 and 7A. RGB value is (202,168,122). Sum of RGB (Red+Green+Blue) = 202+168+122=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA87A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA87A is #355785. Grayscale: #ADADAD. Windows color (decimal): -3495814 or 8038602. OLE color: 8038602.

HSL color Cylindrical-coordinate representation of color #CAA87A: hue angle of 34.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAA87A is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 168 122 -
CMYK 0 0.17 0.40 0.21
HSL 34.5º 0.43% 0.64% -
HSV(B) 34.5º 0.4% 0.79% -
XYZ 41.87 41.97 24.31 -
YUV 172.92 99.26 148.74 -
System Red Green Blue C M Y K H S L
Decimal 202 168 122 0 0.17 0.40 0.21 34.5 0.43 0.64
Hex CA A8 7A 0 11 28 15 22 2B 40
Octal 312 250 172 0 21 50 25 42 53 100
Binary 11001010 10101000 1111010 0 10001 101000 10101 100010 101011 1000000

Color Harmonies of #CAA87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA87A

Black with #CAA87A

Text Example


Text Example

White with #CAA87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA87A; }

 p { color: rgb(202,168,122); }

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

background-color css

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

 a { background-color: rgb(202,168,122); }

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

border-color css

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

 span { border-color: rgb(202,168,122); }

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