Html Css Color HEX #CAA569 Putty

📋 copy color: '#CAA569'

red 202 ◦ green 165 ◦ blue 105

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

Shades of Putty #CAA569

Tints of Putty #CAA569

RGB

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

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

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

R = 42.8%
G = 34.96%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CAA569 (or 0xCAA569) is known color: Putty. HEX triplet: CA, A5 and 69. RGB value is (202,165,105). Sum of RGB (Red+Green+Blue) = 202+165+105=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA569 is #355A96. Grayscale: #A9A9A9. Windows color (decimal): -3496599 or 6923722. OLE color: 6923722.

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

Color convert

RGB 202 165 105 -
CMYK 0 0.18 0.48 0.21
HSL 37.11º 0.48% 0.6% -
HSV(B) 37.11º 0.48% 0.79% -
XYZ 40.36 40.49 19.05 -
YUV 169.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 202 165 105 0 0.18 0.48 0.21 37.11 0.48 0.6
Hex CA A5 69 0 12 30 15 25 30 3C
Octal 312 245 151 0 22 60 25 45 60 74
Binary 11001010 10100101 1101001 0 10010 110000 10101 100101 110000 111100

Color Harmonies of #CAA569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA569

Black with #CAA569

Text Example


Text Example

White with #CAA569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA569; }

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

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

background-color css

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

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

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

border-color css

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

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

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