Html Css Color HEX #CAB373 Putty

📋 copy color: '#CAB373'

red 202 ◦ green 179 ◦ blue 115

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

Shades of Putty #CAB373

Tints of Putty #CAB373

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.09%

 BLUE value IS 115 (45.31% from 255) = 23.19%

R = 40.73%
G = 36.09%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CAB373 (or 0xCAB373) is known color: Putty. HEX triplet: CA, B3 and 73. RGB value is (202,179,115). Sum of RGB (Red+Green+Blue) = 202+179+115=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB373 is #354C8C. Grayscale: #B2B2B2. Windows color (decimal): -3493005 or 7582666. OLE color: 7582666.

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

Color convert

RGB 202 179 115 -
CMYK 0 0.11 0.43 0.21
HSL 44.14º 0.45% 0.62% -
HSV(B) 44.14º 0.43% 0.79% -
XYZ 43.57 46.03 22.81 -
YUV 178.58 92.12 144.7 -
System Red Green Blue C M Y K H S L
Decimal 202 179 115 0 0.11 0.43 0.21 44.14 0.45 0.62
Hex CA B3 73 0 B 2B 15 2C 2D 3E
Octal 312 263 163 0 13 53 25 54 55 76
Binary 11001010 10110011 1110011 0 1011 101011 10101 101100 101101 111110

Color Harmonies of #CAB373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB373

Black with #CAB373

Text Example


Text Example

White with #CAB373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB373; }

 p { color: rgb(202,179,115); }

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

background-color css

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

 a { background-color: rgb(202,179,115); }

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

border-color css

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

 span { border-color: rgb(202,179,115); }

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