Html Css Color HEX #CAB46D Putty

📋 copy color: '#CAB46D'

red 202 ◦ green 180 ◦ blue 109

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

Shades of Putty #CAB46D

Tints of Putty #CAB46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.2%

R = 41.14%
G = 36.66%
B = 22.2%

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

#CAB46D (or 0xCAB46D) is known color: Putty. HEX triplet: CA, B4 and 6D. RGB value is (202,180,109). Sum of RGB (Red+Green+Blue) = 202+180+109=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB46D is #354B92. Grayscale: #B2B2B2. Windows color (decimal): -3492755 or 7189706. OLE color: 7189706.

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

Color convert

RGB 202 180 109 -
CMYK 0 0.11 0.46 0.21
HSL 45.81º 0.47% 0.61% -
HSV(B) 45.81º 0.46% 0.79% -
XYZ 43.44 46.3 21.12 -
YUV 178.48 88.79 144.77 -
System Red Green Blue C M Y K H S L
Decimal 202 180 109 0 0.11 0.46 0.21 45.81 0.47 0.61
Hex CA B4 6D 0 B 2E 15 2E 2F 3D
Octal 312 264 155 0 13 56 25 56 57 75
Binary 11001010 10110100 1101101 0 1011 101110 10101 101110 101111 111101

Color Harmonies of #CAB46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB46D

Black with #CAB46D

Text Example


Text Example

White with #CAB46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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