Html Css Color HEX #CAB278 Putty

📋 copy color: '#CAB278'

red 202 ◦ green 178 ◦ blue 120

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

Shades of Putty #CAB278

Tints of Putty #CAB278

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.6%

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

R = 40.4%
G = 35.6%
B = 24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CAB278 (or 0xCAB278) is known color: Putty. HEX triplet: CA, B2 and 78. RGB value is (202,178,120). Sum of RGB (Red+Green+Blue) = 202+178+120=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB278 is #354D87. Grayscale: #B2B2B2. Windows color (decimal): -3493256 or 7910090. OLE color: 7910090.

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

Color convert

RGB 202 178 120 -
CMYK 0 0.12 0.41 0.21
HSL 42.44º 0.44% 0.63% -
HSV(B) 42.44º 0.41% 0.79% -
XYZ 43.67 45.75 24.3 -
YUV 178.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 202 178 120 0 0.12 0.41 0.21 42.44 0.44 0.63
Hex CA B2 78 0 C 29 15 2A 2C 3F
Octal 312 262 170 0 14 51 25 52 54 77
Binary 11001010 10110010 1111000 0 1100 101001 10101 101010 101100 111111

Color Harmonies of #CAB278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB278

Black with #CAB278

Text Example


Text Example

White with #CAB278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB278; }

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

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

background-color css

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

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

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

border-color css

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

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

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