Html Css Color HEX #CEB17C Putty

📋 copy color: '#CEB17C'

red 206 ◦ green 177 ◦ blue 124

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

Shades of Putty #CEB17C

Tints of Putty #CEB17C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.91%

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

R = 40.63%
G = 34.91%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CEB17C (or 0xCEB17C) is known color: Putty. HEX triplet: CE, B1 and 7C. RGB value is (206,177,124). Sum of RGB (Red+Green+Blue) = 206+177+124=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB17C is #314E83. Grayscale: #B3B3B3. Windows color (decimal): -3231364 or 8171982. OLE color: 8171982.

HSL color Cylindrical-coordinate representation of color #CEB17C: hue angle of 38.78º 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 #CEB17C is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 177 124 -
CMYK 0 0.14 0.40 0.19
HSL 38.78º 0.46% 0.65% -
HSV(B) 38.78º 0.4% 0.81% -
XYZ 44.81 46.02 25.59 -
YUV 179.63 96.61 146.81 -
System Red Green Blue C M Y K H S L
Decimal 206 177 124 0 0.14 0.40 0.19 38.78 0.46 0.65
Hex CE B1 7C 0 E 28 13 27 2E 41
Octal 316 261 174 0 16 50 23 47 56 101
Binary 11001110 10110001 1111100 0 1110 101000 10011 100111 101110 1000001

Color Harmonies of #CEB17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB17C

Black with #CEB17C

Text Example


Text Example

White with #CEB17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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