Html Css Color HEX #CEB37C Putty

📋 copy color: '#CEB37C'

red 206 ◦ green 179 ◦ blue 124

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

Shades of Putty #CEB37C

Tints of Putty #CEB37C

RGB

 RED value IS 206 (80.86% from 255) = 40.47%

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

 BLUE value IS 124 (48.83% from 255) = 24.36%

R = 40.47%
G = 35.17%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CEB37C (or 0xCEB37C) is known color: Putty. HEX triplet: CE, B3 and 7C. RGB value is (206,179,124). Sum of RGB (Red+Green+Blue) = 206+179+124=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB37C is #314C83. Grayscale: #B5B5B5. Windows color (decimal): -3230852 or 8172494. OLE color: 8172494.

HSL color Cylindrical-coordinate representation of color #CEB37C: hue angle of 40.24º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEB37C is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 179 124 -
CMYK 0 0.13 0.40 0.19
HSL 40.24º 0.46% 0.65% -
HSV(B) 40.24º 0.4% 0.81% -
XYZ 45.21 46.82 25.72 -
YUV 180.8 95.95 145.97 -
System Red Green Blue C M Y K H S L
Decimal 206 179 124 0 0.13 0.40 0.19 40.24 0.46 0.65
Hex CE B3 7C 0 D 28 13 28 2E 41
Octal 316 263 174 0 15 50 23 50 56 101
Binary 11001110 10110011 1111100 0 1101 101000 10011 101000 101110 1000001

Color Harmonies of #CEB37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB37C

Black with #CEB37C

Text Example


Text Example

White with #CEB37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB37C; }

 p { color: rgb(206,179,124); }

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

background-color css

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

 a { background-color: rgb(206,179,124); }

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

border-color css

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

 span { border-color: rgb(206,179,124); }

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