Html Css Color HEX #CEB16C Putty

📋 copy color: '#CEB16C'

red 206 ◦ green 177 ◦ blue 108

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

Shades of Putty #CEB16C

Tints of Putty #CEB16C

RGB

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

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

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

R = 41.96%
G = 36.05%
B = 22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CEB16C (or 0xCEB16C) is known color: Putty. HEX triplet: CE, B1 and 6C. RGB value is (206,177,108). Sum of RGB (Red+Green+Blue) = 206+177+108=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB16C is #314E93. Grayscale: #B2B2B2. Windows color (decimal): -3231380 or 7123406. OLE color: 7123406.

HSL color Cylindrical-coordinate representation of color #CEB16C: hue angle of 42.24º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEB16C is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 177 108 -
CMYK 0 0.14 0.48 0.19
HSL 42.24º 0.5% 0.62% -
HSV(B) 42.24º 0.48% 0.81% -
XYZ 43.88 45.65 20.69 -
YUV 177.81 88.61 148.11 -
System Red Green Blue C M Y K H S L
Decimal 206 177 108 0 0.14 0.48 0.19 42.24 0.5 0.62
Hex CE B1 6C 0 E 30 13 2A 32 3E
Octal 316 261 154 0 16 60 23 52 62 76
Binary 11001110 10110001 1101100 0 1110 110000 10011 101010 110010 111110

Color Harmonies of #CEB16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB16C

Black with #CEB16C

Text Example


Text Example

White with #CEB16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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