Html Css Color HEX #CAA769 Putty

📋 copy color: '#CAA769'

red 202 ◦ green 167 ◦ blue 105

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

Shades of Putty #CAA769

Tints of Putty #CAA769

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.23%

 BLUE value IS 105 (41.41% from 255) = 22.15%

R = 42.62%
G = 35.23%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CAA769 (or 0xCAA769) is known color: Putty. HEX triplet: CA, A7 and 69. RGB value is (202,167,105). Sum of RGB (Red+Green+Blue) = 202+167+105=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA769 is #355896. Grayscale: #AAAAAA. Windows color (decimal): -3496087 or 6924234. OLE color: 6924234.

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

Color convert

RGB 202 167 105 -
CMYK 0 0.17 0.48 0.21
HSL 38.35º 0.48% 0.6% -
HSV(B) 38.35º 0.48% 0.79% -
XYZ 40.73 41.21 19.17 -
YUV 170.4 91.1 150.54 -
System Red Green Blue C M Y K H S L
Decimal 202 167 105 0 0.17 0.48 0.21 38.35 0.48 0.6
Hex CA A7 69 0 11 30 15 26 30 3C
Octal 312 247 151 0 21 60 25 46 60 74
Binary 11001010 10100111 1101001 0 10001 110000 10101 100110 110000 111100

Color Harmonies of #CAA769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA769

Black with #CAA769

Text Example


Text Example

White with #CAA769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA769; }

 p { color: rgb(202,167,105); }

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

background-color css

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

 a { background-color: rgb(202,167,105); }

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

border-color css

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

 span { border-color: rgb(202,167,105); }

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