Html Css Color HEX #CAA66B Putty

📋 copy color: '#CAA66B'

red 202 ◦ green 166 ◦ blue 107

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

Shades of Putty #CAA66B

Tints of Putty #CAA66B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.53%

R = 42.53%
G = 34.95%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CAA66B (or 0xCAA66B) is known color: Putty. HEX triplet: CA, A6 and 6B. RGB value is (202,166,107). Sum of RGB (Red+Green+Blue) = 202+166+107=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA66B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA66B is #355994. Grayscale: #AAAAAA. Windows color (decimal): -3496341 or 7055050. OLE color: 7055050.

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

Color convert

RGB 202 166 107 -
CMYK 0 0.18 0.47 0.21
HSL 37.26º 0.47% 0.61% -
HSV(B) 37.26º 0.47% 0.79% -
XYZ 40.65 40.89 19.66 -
YUV 170.04 92.43 150.8 -
System Red Green Blue C M Y K H S L
Decimal 202 166 107 0 0.18 0.47 0.21 37.26 0.47 0.61
Hex CA A6 6B 0 12 2F 15 25 2F 3D
Octal 312 246 153 0 22 57 25 45 57 75
Binary 11001010 10100110 1101011 0 10010 101111 10101 100101 101111 111101

Color Harmonies of #CAA66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA66B

Black with #CAA66B

Text Example


Text Example

White with #CAA66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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