Html Css Color HEX #CAB76F Putty

📋 copy color: '#CAB76F'

red 202 ◦ green 183 ◦ blue 111

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

Shades of Putty #CAB76F

Tints of Putty #CAB76F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.9%

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

R = 40.73%
G = 36.9%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CAB76F (or 0xCAB76F) is known color: Putty. HEX triplet: CA, B7 and 6F. RGB value is (202,183,111). Sum of RGB (Red+Green+Blue) = 202+183+111=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB76F is #354890. Grayscale: #B4B4B4. Windows color (decimal): -3491985 or 7321546. OLE color: 7321546.

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

Color convert

RGB 202 183 111 -
CMYK 0 0.09 0.45 0.21
HSL 47.47º 0.46% 0.61% -
HSV(B) 47.47º 0.45% 0.79% -
XYZ 44.16 47.57 21.89 -
YUV 180.47 88.79 143.35 -
System Red Green Blue C M Y K H S L
Decimal 202 183 111 0 0.09 0.45 0.21 47.47 0.46 0.61
Hex CA B7 6F 0 9 2D 15 2F 2E 3D
Octal 312 267 157 0 11 55 25 57 56 75
Binary 11001010 10110111 1101111 0 1001 101101 10101 101111 101110 111101

Color Harmonies of #CAB76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB76F

Black with #CAB76F

Text Example


Text Example

White with #CAB76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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