Html Css Color HEX #CAA56E Putty

📋 copy color: '#CAA56E'

red 202 ◦ green 165 ◦ blue 110

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

Shades of Putty #CAA56E

Tints of Putty #CAA56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.06%

R = 42.35%
G = 34.59%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CAA56E (or 0xCAA56E) is known color: Putty. HEX triplet: CA, A5 and 6E. RGB value is (202,165,110). Sum of RGB (Red+Green+Blue) = 202+165+110=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA56E is #355A91. Grayscale: #AAAAAA. Windows color (decimal): -3496594 or 7251402. OLE color: 7251402.

HSL color Cylindrical-coordinate representation of color #CAA56E: hue angle of 35.87º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAA56E is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 165 110 -
CMYK 0 0.18 0.46 0.21
HSL 35.87º 0.46% 0.61% -
HSV(B) 35.87º 0.46% 0.79% -
XYZ 40.63 40.59 20.45 -
YUV 169.79 94.26 150.97 -
System Red Green Blue C M Y K H S L
Decimal 202 165 110 0 0.18 0.46 0.21 35.87 0.46 0.61
Hex CA A5 6E 0 12 2E 15 24 2E 3D
Octal 312 245 156 0 22 56 25 44 56 75
Binary 11001010 10100101 1101110 0 10010 101110 10101 100100 101110 111101

Color Harmonies of #CAA56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA56E

Black with #CAA56E

Text Example


Text Example

White with #CAA56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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