Html Css Color HEX #CAB36C Putty

📋 copy color: '#CAB36C'

red 202 ◦ green 179 ◦ blue 108

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

Shades of Putty #CAB36C

Tints of Putty #CAB36C

RGB

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

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

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

R = 41.31%
G = 36.61%
B = 22.09%

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

#CAB36C (or 0xCAB36C) is known color: Putty. HEX triplet: CA, B3 and 6C. RGB value is (202,179,108). Sum of RGB (Red+Green+Blue) = 202+179+108=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB36C is #354C93. Grayscale: #B2B2B2. Windows color (decimal): -3493012 or 7123914. OLE color: 7123914.

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

Color convert

RGB 202 179 108 -
CMYK 0 0.11 0.47 0.21
HSL 45.32º 0.47% 0.61% -
HSV(B) 45.32º 0.47% 0.79% -
XYZ 43.18 45.88 20.77 -
YUV 177.78 88.62 145.27 -
System Red Green Blue C M Y K H S L
Decimal 202 179 108 0 0.11 0.47 0.21 45.32 0.47 0.61
Hex CA B3 6C 0 B 2F 15 2D 2F 3D
Octal 312 263 154 0 13 57 25 55 57 75
Binary 11001010 10110011 1101100 0 1011 101111 10101 101101 101111 111101

Color Harmonies of #CAB36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB36C

Black with #CAB36C

Text Example


Text Example

White with #CAB36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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