Html Css Color HEX #CEB277 Putty

📋 copy color: '#CEB277'

red 206 ◦ green 178 ◦ blue 119

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

Shades of Putty #CEB277

Tints of Putty #CEB277

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.39%

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

R = 40.95%
G = 35.39%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CEB277 (or 0xCEB277) is known color: Putty. HEX triplet: CE, B2 and 77. RGB value is (206,178,119). Sum of RGB (Red+Green+Blue) = 206+178+119=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB277 is #314D88. Grayscale: #B3B3B3. Windows color (decimal): -3231113 or 7844558. OLE color: 7844558.

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

Color convert

RGB 206 178 119 -
CMYK 0 0.14 0.42 0.19
HSL 40.69º 0.47% 0.64% -
HSV(B) 40.69º 0.42% 0.81% -
XYZ 44.7 46.29 24.03 -
YUV 179.65 93.78 146.8 -
System Red Green Blue C M Y K H S L
Decimal 206 178 119 0 0.14 0.42 0.19 40.69 0.47 0.64
Hex CE B2 77 0 E 2A 13 29 2F 40
Octal 316 262 167 0 16 52 23 51 57 100
Binary 11001110 10110010 1110111 0 1110 101010 10011 101001 101111 1000000

Color Harmonies of #CEB277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB277

Black with #CEB277

Text Example


Text Example

White with #CEB277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB277; }

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

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

background-color css

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

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

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

border-color css

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

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

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