Html Css Color HEX #CEB075 Putty

📋 copy color: '#CEB075'

red 206 ◦ green 176 ◦ blue 117

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

Shades of Putty #CEB075

Tints of Putty #CEB075

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.27%

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

R = 41.28%
G = 35.27%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CEB075 (or 0xCEB075) is known color: Putty. HEX triplet: CE, B0 and 75. RGB value is (206,176,117). Sum of RGB (Red+Green+Blue) = 206+176+117=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB075 is #314F8A. Grayscale: #B2B2B2. Windows color (decimal): -3231627 or 7712974. OLE color: 7712974.

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

Color convert

RGB 206 176 117 -
CMYK 0 0.15 0.43 0.19
HSL 39.78º 0.48% 0.63% -
HSV(B) 39.78º 0.43% 0.81% -
XYZ 44.19 45.46 23.27 -
YUV 178.24 93.44 147.8 -
System Red Green Blue C M Y K H S L
Decimal 206 176 117 0 0.15 0.43 0.19 39.78 0.48 0.63
Hex CE B0 75 0 F 2B 13 28 30 3F
Octal 316 260 165 0 17 53 23 50 60 77
Binary 11001110 10110000 1110101 0 1111 101011 10011 101000 110000 111111

Color Harmonies of #CEB075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB075

Black with #CEB075

Text Example


Text Example

White with #CEB075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB075; }

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

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

background-color css

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

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

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

border-color css

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

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

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