Html Css Color HEX #CAA778 Putty

📋 copy color: '#CAA778'

red 202 ◦ green 167 ◦ blue 120

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

Shades of Putty #CAA778

Tints of Putty #CAA778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.54%

R = 41.31%
G = 34.15%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CAA778 (or 0xCAA778) is known color: Putty. HEX triplet: CA, A7 and 78. RGB value is (202,167,120). Sum of RGB (Red+Green+Blue) = 202+167+120=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA778 is #355887. Grayscale: #ACACAC. Windows color (decimal): -3496072 or 7907274. OLE color: 7907274.

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

Color convert

RGB 202 167 120 -
CMYK 0 0.17 0.41 0.21
HSL 34.39º 0.44% 0.63% -
HSV(B) 34.39º 0.41% 0.79% -
XYZ 41.57 41.55 23.6 -
YUV 172.11 98.6 149.32 -
System Red Green Blue C M Y K H S L
Decimal 202 167 120 0 0.17 0.41 0.21 34.39 0.44 0.63
Hex CA A7 78 0 11 29 15 22 2C 3F
Octal 312 247 170 0 21 51 25 42 54 77
Binary 11001010 10100111 1111000 0 10001 101001 10101 100010 101100 111111

Color Harmonies of #CAA778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA778

Black with #CAA778

Text Example


Text Example

White with #CAA778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA778; }

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

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

background-color css

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

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

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

border-color css

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

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

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