Html Css Color HEX #CEB272 Putty

📋 copy color: '#CEB272'

red 206 ◦ green 178 ◦ blue 114

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

Shades of Putty #CEB272

Tints of Putty #CEB272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.89%

R = 41.37%
G = 35.74%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CEB272 (or 0xCEB272) is known color: Putty. HEX triplet: CE, B2 and 72. RGB value is (206,178,114). Sum of RGB (Red+Green+Blue) = 206+178+114=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB272 is #314D8D. Grayscale: #B3B3B3. Windows color (decimal): -3231118 or 7516878. OLE color: 7516878.

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

Color convert

RGB 206 178 114 -
CMYK 0 0.14 0.45 0.19
HSL 41.74º 0.48% 0.63% -
HSV(B) 41.74º 0.45% 0.81% -
XYZ 44.41 46.18 22.49 -
YUV 179.08 91.28 147.2 -
System Red Green Blue C M Y K H S L
Decimal 206 178 114 0 0.14 0.45 0.19 41.74 0.48 0.63
Hex CE B2 72 0 E 2D 13 2A 30 3F
Octal 316 262 162 0 16 55 23 52 60 77
Binary 11001110 10110010 1110010 0 1110 101101 10011 101010 110000 111111

Color Harmonies of #CEB272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB272

Black with #CEB272

Text Example


Text Example

White with #CEB272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB272; }

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

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

background-color css

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

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

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

border-color css

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

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

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