Html Css Color HEX #CAA568 Putty

📋 copy color: '#CAA568'

red 202 ◦ green 165 ◦ blue 104

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

Shades of Putty #CAA568

Tints of Putty #CAA568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.08%

R = 42.89%
G = 35.03%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CAA568 (or 0xCAA568) is known color: Putty. HEX triplet: CA, A5 and 68. RGB value is (202,165,104). Sum of RGB (Red+Green+Blue) = 202+165+104=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA568 is #355A97. Grayscale: #A9A9A9. Windows color (decimal): -3496600 or 6858186. OLE color: 6858186.

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

Color convert

RGB 202 165 104 -
CMYK 0 0.18 0.49 0.21
HSL 37.35º 0.48% 0.6% -
HSV(B) 37.35º 0.49% 0.79% -
XYZ 40.31 40.47 18.78 -
YUV 169.11 91.26 151.46 -
System Red Green Blue C M Y K H S L
Decimal 202 165 104 0 0.18 0.49 0.21 37.35 0.48 0.6
Hex CA A5 68 0 12 31 15 25 30 3C
Octal 312 245 150 0 22 61 25 45 60 74
Binary 11001010 10100101 1101000 0 10010 110001 10101 100101 110000 111100

Color Harmonies of #CAA568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA568

Black with #CAA568

Text Example


Text Example

White with #CAA568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA568; }

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

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

background-color css

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

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

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

border-color css

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

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

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