Html Css Color HEX #CAB46E Putty

📋 copy color: '#CAB46E'

red 202 ◦ green 180 ◦ blue 110

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

Shades of Putty #CAB46E

Tints of Putty #CAB46E

RGB

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

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

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

R = 41.06%
G = 36.59%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CAB46E (or 0xCAB46E) is known color: Putty. HEX triplet: CA, B4 and 6E. RGB value is (202,180,110). Sum of RGB (Red+Green+Blue) = 202+180+110=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB46E is #354B91. Grayscale: #B2B2B2. Windows color (decimal): -3492754 or 7255242. OLE color: 7255242.

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

Color convert

RGB 202 180 110 -
CMYK 0 0.11 0.46 0.21
HSL 45.65º 0.46% 0.61% -
HSV(B) 45.65º 0.46% 0.79% -
XYZ 43.49 46.32 21.4 -
YUV 178.6 89.29 144.69 -
System Red Green Blue C M Y K H S L
Decimal 202 180 110 0 0.11 0.46 0.21 45.65 0.46 0.61
Hex CA B4 6E 0 B 2E 15 2E 2E 3D
Octal 312 264 156 0 13 56 25 56 56 75
Binary 11001010 10110100 1101110 0 1011 101110 10101 101110 101110 111101

Color Harmonies of #CAB46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB46E

Black with #CAB46E

Text Example


Text Example

White with #CAB46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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