Html Css Color HEX #CEB071 Putty

📋 copy color: '#CEB071'

red 206 ◦ green 176 ◦ blue 113

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

Shades of Putty #CEB071

Tints of Putty #CEB071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.83%

R = 41.62%
G = 35.56%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CEB071 (or 0xCEB071) is known color: Putty. HEX triplet: CE, B0 and 71. RGB value is (206,176,113). Sum of RGB (Red+Green+Blue) = 206+176+113=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB071 is #314F8E. Grayscale: #B2B2B2. Windows color (decimal): -3231631 or 7450830. OLE color: 7450830.

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

Color convert

RGB 206 176 113 -
CMYK 0 0.15 0.45 0.19
HSL 40.65º 0.49% 0.63% -
HSV(B) 40.65º 0.45% 0.81% -
XYZ 43.96 45.36 22.06 -
YUV 177.79 91.44 148.12 -
System Red Green Blue C M Y K H S L
Decimal 206 176 113 0 0.15 0.45 0.19 40.65 0.49 0.63
Hex CE B0 71 0 F 2D 13 29 31 3F
Octal 316 260 161 0 17 55 23 51 61 77
Binary 11001110 10110000 1110001 0 1111 101101 10011 101001 110001 111111

Color Harmonies of #CEB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB071

Black with #CEB071

Text Example


Text Example

White with #CEB071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB071; }

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

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

background-color css

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

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

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

border-color css

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

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

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