Html Css Color HEX #CAB970 Putty

📋 copy color: '#CAB970'

red 202 ◦ green 185 ◦ blue 112

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

Shades of Putty #CAB970

Tints of Putty #CAB970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.07%

 BLUE value IS 112 (44.14% from 255) = 22.44%

R = 40.48%
G = 37.07%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CAB970 (or 0xCAB970) is known color: Putty. HEX triplet: CA, B9 and 70. RGB value is (202,185,112). Sum of RGB (Red+Green+Blue) = 202+185+112=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB970 is #35468F. Grayscale: #B6B6B6. Windows color (decimal): -3491472 or 7387594. OLE color: 7387594.

HSL color Cylindrical-coordinate representation of color #CAB970: hue angle of 48.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAB970 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 185 112 -
CMYK 0 0.08 0.45 0.21
HSL 48.67º 0.46% 0.62% -
HSV(B) 48.67º 0.45% 0.79% -
XYZ 44.63 48.42 22.32 -
YUV 181.76 88.63 142.44 -
System Red Green Blue C M Y K H S L
Decimal 202 185 112 0 0.08 0.45 0.21 48.67 0.46 0.62
Hex CA B9 70 0 8 2D 15 31 2E 3E
Octal 312 271 160 0 10 55 25 61 56 76
Binary 11001010 10111001 1110000 0 1000 101101 10101 110001 101110 111110

Color Harmonies of #CAB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB970

Black with #CAB970

Text Example


Text Example

White with #CAB970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB970; }

 p { color: rgb(202,185,112); }

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

background-color css

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

 a { background-color: rgb(202,185,112); }

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

border-color css

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

 span { border-color: rgb(202,185,112); }

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