Html Css Color HEX #CAB16C Putty

📋 copy color: '#CAB16C'

red 202 ◦ green 177 ◦ blue 108

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

Shades of Putty #CAB16C

Tints of Putty #CAB16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.18%

R = 41.48%
G = 36.34%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CAB16C (or 0xCAB16C) is known color: Putty. HEX triplet: CA, B1 and 6C. RGB value is (202,177,108). Sum of RGB (Red+Green+Blue) = 202+177+108=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB16C is #354E93. Grayscale: #B0B0B0. Windows color (decimal): -3493524 or 7123402. OLE color: 7123402.

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

Color convert

RGB 202 177 108 -
CMYK 0 0.12 0.47 0.21
HSL 44.04º 0.47% 0.61% -
HSV(B) 44.04º 0.47% 0.79% -
XYZ 42.79 45.08 20.63 -
YUV 176.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 202 177 108 0 0.12 0.47 0.21 44.04 0.47 0.61
Hex CA B1 6C 0 C 2F 15 2C 2F 3D
Octal 312 261 154 0 14 57 25 54 57 75
Binary 11001010 10110001 1101100 0 1100 101111 10101 101100 101111 111101

Color Harmonies of #CAB16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB16C

Black with #CAB16C

Text Example


Text Example

White with #CAB16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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