Html Css Color HEX #CAB16F Putty

📋 copy color: '#CAB16F'

red 202 ◦ green 177 ◦ blue 111

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

Shades of Putty #CAB16F

Tints of Putty #CAB16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.65%

R = 41.22%
G = 36.12%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CAB16F (or 0xCAB16F) is known color: Putty. HEX triplet: CA, B1 and 6F. RGB value is (202,177,111). Sum of RGB (Red+Green+Blue) = 202+177+111=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB16F is #354E90. Grayscale: #B1B1B1. Windows color (decimal): -3493521 or 7320010. OLE color: 7320010.

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

Color convert

RGB 202 177 111 -
CMYK 0 0.12 0.45 0.21
HSL 43.52º 0.46% 0.61% -
HSV(B) 43.52º 0.45% 0.79% -
XYZ 42.95 45.15 21.49 -
YUV 176.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 202 177 111 0 0.12 0.45 0.21 43.52 0.46 0.61
Hex CA B1 6F 0 C 2D 15 2C 2E 3D
Octal 312 261 157 0 14 55 25 54 56 75
Binary 11001010 10110001 1101111 0 1100 101101 10101 101100 101110 111101

Color Harmonies of #CAB16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB16F

Black with #CAB16F

Text Example


Text Example

White with #CAB16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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