Html Css Color HEX #CEB274 Putty

📋 copy color: '#CEB274'

red 206 ◦ green 178 ◦ blue 116

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

Shades of Putty #CEB274

Tints of Putty #CEB274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.2%

R = 41.2%
G = 35.6%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEB274 (or 0xCEB274) is known color: Putty. HEX triplet: CE, B2 and 74. RGB value is (206,178,116). Sum of RGB (Red+Green+Blue) = 206+178+116=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB274 is #314D8B. Grayscale: #B3B3B3. Windows color (decimal): -3231116 or 7647950. OLE color: 7647950.

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

Color convert

RGB 206 178 116 -
CMYK 0 0.14 0.44 0.19
HSL 41.33º 0.48% 0.63% -
HSV(B) 41.33º 0.44% 0.81% -
XYZ 44.53 46.22 23.1 -
YUV 179.3 92.28 147.04 -
System Red Green Blue C M Y K H S L
Decimal 206 178 116 0 0.14 0.44 0.19 41.33 0.48 0.63
Hex CE B2 74 0 E 2C 13 29 30 3F
Octal 316 262 164 0 16 54 23 51 60 77
Binary 11001110 10110010 1110100 0 1110 101100 10011 101001 110000 111111

Color Harmonies of #CEB274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB274

Black with #CEB274

Text Example


Text Example

White with #CEB274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB274; }

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

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

background-color css

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

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

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

border-color css

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

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

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