Html Css Color HEX #CAAA68 Putty

📋 copy color: '#CAAA68'

red 202 ◦ green 170 ◦ blue 104

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

Shades of Putty #CAAA68

Tints of Putty #CAAA68

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.71%

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

R = 42.44%
G = 35.71%
B = 21.85%

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

#CAAA68 (or 0xCAAA68) is known color: Putty. HEX triplet: CA, AA and 68. RGB value is (202,170,104). Sum of RGB (Red+Green+Blue) = 202+170+104=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAA68 is #355597. Grayscale: #ACACAC. Windows color (decimal): -3495320 or 6859466. OLE color: 6859466.

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

Color convert

RGB 202 170 104 -
CMYK 0 0.16 0.49 0.21
HSL 40.41º 0.48% 0.6% -
HSV(B) 40.41º 0.49% 0.79% -
XYZ 41.23 42.31 19.09 -
YUV 172.04 89.6 149.37 -
System Red Green Blue C M Y K H S L
Decimal 202 170 104 0 0.16 0.49 0.21 40.41 0.48 0.6
Hex CA AA 68 0 10 31 15 28 30 3C
Octal 312 252 150 0 20 61 25 50 60 74
Binary 11001010 10101010 1101000 0 10000 110001 10101 101000 110000 111100

Color Harmonies of #CAAA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAA68

Black with #CAAA68

Text Example


Text Example

White with #CAAA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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