Html Css Color HEX #CEB677 Putty

📋 copy color: '#CEB677'

red 206 ◦ green 182 ◦ blue 119

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

Shades of Putty #CEB677

Tints of Putty #CEB677

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.9%

 BLUE value IS 119 (46.88% from 255) = 23.47%

R = 40.63%
G = 35.9%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CEB677 (or 0xCEB677) is known color: Putty. HEX triplet: CE, B6 and 77. RGB value is (206,182,119). Sum of RGB (Red+Green+Blue) = 206+182+119=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB677 is #314988. Grayscale: #B6B6B6. Windows color (decimal): -3230089 or 7845582. OLE color: 7845582.

HSL color Cylindrical-coordinate representation of color #CEB677: hue angle of 43.45º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEB677 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 182 119 -
CMYK 0 0.12 0.42 0.19
HSL 43.45º 0.47% 0.64% -
HSV(B) 43.45º 0.42% 0.81% -
XYZ 45.51 47.91 24.3 -
YUV 181.99 92.45 145.12 -
System Red Green Blue C M Y K H S L
Decimal 206 182 119 0 0.12 0.42 0.19 43.45 0.47 0.64
Hex CE B6 77 0 C 2A 13 2B 2F 40
Octal 316 266 167 0 14 52 23 53 57 100
Binary 11001110 10110110 1110111 0 1100 101010 10011 101011 101111 1000000

Color Harmonies of #CEB677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB677

Black with #CEB677

Text Example


Text Example

White with #CEB677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB677; }

 p { color: rgb(206,182,119); }

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

background-color css

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

 a { background-color: rgb(206,182,119); }

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

border-color css

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

 span { border-color: rgb(206,182,119); }

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