Html Css Color HEX #CAB178 Putty

📋 copy color: '#CAB178'

red 202 ◦ green 177 ◦ blue 120

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

Shades of Putty #CAB178

Tints of Putty #CAB178

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.47%

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

R = 40.48%
G = 35.47%
B = 24.05%

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

#CAB178 (or 0xCAB178) is known color: Putty. HEX triplet: CA, B1 and 78. RGB value is (202,177,120). Sum of RGB (Red+Green+Blue) = 202+177+120=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB178 is #354E87. Grayscale: #B2B2B2. Windows color (decimal): -3493512 or 7909834. OLE color: 7909834.

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

Color convert

RGB 202 177 120 -
CMYK 0 0.12 0.41 0.21
HSL 41.71º 0.44% 0.63% -
HSV(B) 41.71º 0.41% 0.79% -
XYZ 43.47 45.36 24.23 -
YUV 177.98 95.28 145.13 -
System Red Green Blue C M Y K H S L
Decimal 202 177 120 0 0.12 0.41 0.21 41.71 0.44 0.63
Hex CA B1 78 0 C 29 15 2A 2C 3F
Octal 312 261 170 0 14 51 25 52 54 77
Binary 11001010 10110001 1111000 0 1100 101001 10101 101010 101100 111111

Color Harmonies of #CAB178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB178

Black with #CAB178

Text Example


Text Example

White with #CAB178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB178; }

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

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

background-color css

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

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

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

border-color css

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

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

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