Html Css Color HEX #CAB46A Putty

📋 copy color: '#CAB46A'

red 202 ◦ green 180 ◦ blue 106

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

Shades of Putty #CAB46A

Tints of Putty #CAB46A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.89%

 BLUE value IS 106 (41.8% from 255) = 21.72%

R = 41.39%
G = 36.89%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CAB46A (or 0xCAB46A) is known color: Putty. HEX triplet: CA, B4 and 6A. RGB value is (202,180,106). Sum of RGB (Red+Green+Blue) = 202+180+106=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB46A is #354B95. Grayscale: #B2B2B2. Windows color (decimal): -3492758 or 6993098. OLE color: 6993098.

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

Color convert

RGB 202 180 106 -
CMYK 0 0.11 0.48 0.21
HSL 46.25º 0.48% 0.6% -
HSV(B) 46.25º 0.48% 0.79% -
XYZ 43.28 46.24 20.28 -
YUV 178.14 87.29 145.02 -
System Red Green Blue C M Y K H S L
Decimal 202 180 106 0 0.11 0.48 0.21 46.25 0.48 0.6
Hex CA B4 6A 0 B 30 15 2E 30 3C
Octal 312 264 152 0 13 60 25 56 60 74
Binary 11001010 10110100 1101010 0 1011 110000 10101 101110 110000 111100

Color Harmonies of #CAB46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB46A

Black with #CAB46A

Text Example


Text Example

White with #CAB46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB46A; }

 p { color: rgb(202,180,106); }

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

background-color css

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

 a { background-color: rgb(202,180,106); }

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

border-color css

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

 span { border-color: rgb(202,180,106); }

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