Html Css Color HEX #CAB46C Putty

📋 copy color: '#CAB46C'

red 202 ◦ green 180 ◦ blue 108

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

Shades of Putty #CAB46C

Tints of Putty #CAB46C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.04%

R = 41.22%
G = 36.73%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CAB46C (or 0xCAB46C) is known color: Putty. HEX triplet: CA, B4 and 6C. RGB value is (202,180,108). Sum of RGB (Red+Green+Blue) = 202+180+108=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB46C is #354B93. Grayscale: #B2B2B2. Windows color (decimal): -3492756 or 7124170. OLE color: 7124170.

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

Color convert

RGB 202 180 108 -
CMYK 0 0.11 0.47 0.21
HSL 45.96º 0.47% 0.61% -
HSV(B) 45.96º 0.47% 0.79% -
XYZ 43.39 46.28 20.83 -
YUV 178.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 202 180 108 0 0.11 0.47 0.21 45.96 0.47 0.61
Hex CA B4 6C 0 B 2F 15 2E 2F 3D
Octal 312 264 154 0 13 57 25 56 57 75
Binary 11001010 10110100 1101100 0 1011 101111 10101 101110 101111 111101

Color Harmonies of #CAB46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB46C

Black with #CAB46C

Text Example


Text Example

White with #CAB46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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