Html Css Color HEX #CAB378 Putty

📋 copy color: '#CAB378'

red 202 ◦ green 179 ◦ blue 120

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

Shades of Putty #CAB378

Tints of Putty #CAB378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.95%

R = 40.32%
G = 35.73%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CAB378 (or 0xCAB378) is known color: Putty. HEX triplet: CA, B3 and 78. RGB value is (202,179,120). Sum of RGB (Red+Green+Blue) = 202+179+120=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB378 is #354C87. Grayscale: #B3B3B3. Windows color (decimal): -3493000 or 7910346. OLE color: 7910346.

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

Color convert

RGB 202 179 120 -
CMYK 0 0.11 0.41 0.21
HSL 43.17º 0.44% 0.63% -
HSV(B) 43.17º 0.41% 0.79% -
XYZ 43.87 46.15 24.37 -
YUV 179.15 94.62 144.3 -
System Red Green Blue C M Y K H S L
Decimal 202 179 120 0 0.11 0.41 0.21 43.17 0.44 0.63
Hex CA B3 78 0 B 29 15 2B 2C 3F
Octal 312 263 170 0 13 51 25 53 54 77
Binary 11001010 10110011 1111000 0 1011 101001 10101 101011 101100 111111

Color Harmonies of #CAB378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB378

Black with #CAB378

Text Example


Text Example

White with #CAB378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB378; }

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

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

background-color css

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

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

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

border-color css

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

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

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