Html Css Color HEX #CEB275 Putty

📋 copy color: '#CEB275'

red 206 ◦ green 178 ◦ blue 117

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

Shades of Putty #CEB275

Tints of Putty #CEB275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.35%

R = 41.12%
G = 35.53%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CEB275 (or 0xCEB275) is known color: Putty. HEX triplet: CE, B2 and 75. RGB value is (206,178,117). Sum of RGB (Red+Green+Blue) = 206+178+117=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB275 is #314D8A. Grayscale: #B3B3B3. Windows color (decimal): -3231115 or 7713486. OLE color: 7713486.

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

Color convert

RGB 206 178 117 -
CMYK 0 0.14 0.43 0.19
HSL 41.12º 0.48% 0.63% -
HSV(B) 41.12º 0.43% 0.81% -
XYZ 44.58 46.25 23.41 -
YUV 179.42 92.78 146.96 -
System Red Green Blue C M Y K H S L
Decimal 206 178 117 0 0.14 0.43 0.19 41.12 0.48 0.63
Hex CE B2 75 0 E 2B 13 29 30 3F
Octal 316 262 165 0 16 53 23 51 60 77
Binary 11001110 10110010 1110101 0 1110 101011 10011 101001 110000 111111

Color Harmonies of #CEB275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB275

Black with #CEB275

Text Example


Text Example

White with #CEB275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB275; }

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

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

background-color css

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

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

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

border-color css

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

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

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