Html Css Color HEX #CAA967 Putty

📋 copy color: '#CAA967'

red 202 ◦ green 169 ◦ blue 103

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

Shades of Putty #CAA967

Tints of Putty #CAA967

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.65%

 BLUE value IS 103 (40.63% from 255) = 21.73%

R = 42.62%
G = 35.65%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CAA967 (or 0xCAA967) is known color: Putty. HEX triplet: CA, A9 and 67. RGB value is (202,169,103). Sum of RGB (Red+Green+Blue) = 202+169+103=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA967 is #355698. Grayscale: #ABABAB. Windows color (decimal): -3495577 or 6793674. OLE color: 6793674.

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

Color convert

RGB 202 169 103 -
CMYK 0 0.16 0.49 0.21
HSL 40º 0.48% 0.6% -
HSV(B) 40º 0.49% 0.79% -
XYZ 40.99 41.91 18.76 -
YUV 171.34 89.43 149.87 -
System Red Green Blue C M Y K H S L
Decimal 202 169 103 0 0.16 0.49 0.21 40 0.48 0.6
Hex CA A9 67 0 10 31 15 28 30 3C
Octal 312 251 147 0 20 61 25 50 60 74
Binary 11001010 10101001 1100111 0 10000 110001 10101 101000 110000 111100

Color Harmonies of #CAA967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA967

Black with #CAA967

Text Example


Text Example

White with #CAA967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA967; }

 p { color: rgb(202,169,103); }

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

background-color css

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

 a { background-color: rgb(202,169,103); }

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

border-color css

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

 span { border-color: rgb(202,169,103); }

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