Html Css Color HEX #CAB36F Putty

📋 copy color: '#CAB36F'

red 202 ◦ green 179 ◦ blue 111

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

Shades of Putty #CAB36F

Tints of Putty #CAB36F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.38%

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

R = 41.06%
G = 36.38%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CAB36F (or 0xCAB36F) is known color: Putty. HEX triplet: CA, B3 and 6F. RGB value is (202,179,111). Sum of RGB (Red+Green+Blue) = 202+179+111=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB36F is #354C90. Grayscale: #B2B2B2. Windows color (decimal): -3493009 or 7320522. OLE color: 7320522.

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

Color convert

RGB 202 179 111 -
CMYK 0 0.11 0.45 0.21
HSL 44.84º 0.46% 0.61% -
HSV(B) 44.84º 0.45% 0.79% -
XYZ 43.35 45.94 21.62 -
YUV 178.13 90.12 145.03 -
System Red Green Blue C M Y K H S L
Decimal 202 179 111 0 0.11 0.45 0.21 44.84 0.46 0.61
Hex CA B3 6F 0 B 2D 15 2D 2E 3D
Octal 312 263 157 0 13 55 25 55 56 75
Binary 11001010 10110011 1101111 0 1011 101101 10101 101101 101110 111101

Color Harmonies of #CAB36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB36F

Black with #CAB36F

Text Example


Text Example

White with #CAB36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB36F; }

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

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

background-color css

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

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

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

border-color css

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

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

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