Html Css Color HEX #CAB56F Putty

📋 copy color: '#CAB56F'

red 202 ◦ green 181 ◦ blue 111

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

Shades of Putty #CAB56F

Tints of Putty #CAB56F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.64%

 BLUE value IS 111 (43.75% from 255) = 22.47%

R = 40.89%
G = 36.64%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CAB56F (or 0xCAB56F) is known color: Putty. HEX triplet: CA, B5 and 6F. RGB value is (202,181,111). Sum of RGB (Red+Green+Blue) = 202+181+111=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB56F is #354A90. Grayscale: #B3B3B3. Windows color (decimal): -3492497 or 7321034. OLE color: 7321034.

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

Color convert

RGB 202 181 111 -
CMYK 0 0.10 0.45 0.21
HSL 46.15º 0.46% 0.61% -
HSV(B) 46.15º 0.45% 0.79% -
XYZ 43.75 46.75 21.76 -
YUV 179.3 89.46 144.19 -
System Red Green Blue C M Y K H S L
Decimal 202 181 111 0 0.10 0.45 0.21 46.15 0.46 0.61
Hex CA B5 6F 0 A 2D 15 2E 2E 3D
Octal 312 265 157 0 12 55 25 56 56 75
Binary 11001010 10110101 1101111 0 1010 101101 10101 101110 101110 111101

Color Harmonies of #CAB56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB56F

Black with #CAB56F

Text Example


Text Example

White with #CAB56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB56F; }

 p { color: rgb(202,181,111); }

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

background-color css

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

 a { background-color: rgb(202,181,111); }

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

border-color css

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

 span { border-color: rgb(202,181,111); }

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