Html Css Color HEX #CAA469 Putty

📋 copy color: '#CAA469'

red 202 ◦ green 164 ◦ blue 105

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

Shades of Putty #CAA469

Tints of Putty #CAA469

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.82%

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

R = 42.89%
G = 34.82%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CAA469 (or 0xCAA469) is known color: Putty. HEX triplet: CA, A4 and 69. RGB value is (202,164,105). Sum of RGB (Red+Green+Blue) = 202+164+105=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA469 is #355B96. Grayscale: #A8A8A8. Windows color (decimal): -3496855 or 6923466. OLE color: 6923466.

HSL color Cylindrical-coordinate representation of color #CAA469: hue angle of 36.49º 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 #CAA469 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 164 105 -
CMYK 0 0.19 0.48 0.21
HSL 36.49º 0.48% 0.6% -
HSV(B) 36.49º 0.48% 0.79% -
XYZ 40.18 40.13 18.99 -
YUV 168.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 202 164 105 0 0.19 0.48 0.21 36.49 0.48 0.6
Hex CA A4 69 0 13 30 15 24 30 3C
Octal 312 244 151 0 23 60 25 44 60 74
Binary 11001010 10100100 1101001 0 10011 110000 10101 100100 110000 111100

Color Harmonies of #CAA469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA469

Black with #CAA469

Text Example


Text Example

White with #CAA469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA469; }

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

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

background-color css

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

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

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

border-color css

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

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

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