Html Css Color HEX #CAB76E Putty

📋 copy color: '#CAB76E'

red 202 ◦ green 183 ◦ blue 110

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

Shades of Putty #CAB76E

Tints of Putty #CAB76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.22%

R = 40.81%
G = 36.97%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CAB76E (or 0xCAB76E) is known color: Putty. HEX triplet: CA, B7 and 6E. RGB value is (202,183,110). Sum of RGB (Red+Green+Blue) = 202+183+110=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB76E is #354891. Grayscale: #B4B4B4. Windows color (decimal): -3491986 or 7256010. OLE color: 7256010.

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

Color convert

RGB 202 183 110 -
CMYK 0 0.09 0.46 0.21
HSL 47.61º 0.46% 0.61% -
HSV(B) 47.61º 0.46% 0.79% -
XYZ 44.11 47.55 21.61 -
YUV 180.36 88.29 143.44 -
System Red Green Blue C M Y K H S L
Decimal 202 183 110 0 0.09 0.46 0.21 47.61 0.46 0.61
Hex CA B7 6E 0 9 2E 15 30 2E 3D
Octal 312 267 156 0 11 56 25 60 56 75
Binary 11001010 10110111 1101110 0 1001 101110 10101 110000 101110 111101

Color Harmonies of #CAB76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB76E

Black with #CAB76E

Text Example


Text Example

White with #CAB76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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