Html Css Color HEX #CEB874 Putty

📋 copy color: '#CEB874'

red 206 ◦ green 184 ◦ blue 116

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

Shades of Putty #CEB874

Tints of Putty #CEB874

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.36%

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

R = 40.71%
G = 36.36%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEB874 (or 0xCEB874) is known color: Putty. HEX triplet: CE, B8 and 74. RGB value is (206,184,116). Sum of RGB (Red+Green+Blue) = 206+184+116=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB874 is #31478B. Grayscale: #B7B7B7. Windows color (decimal): -3229580 or 7649486. OLE color: 7649486.

HSL color Cylindrical-coordinate representation of color #CEB874: hue angle of 45.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 #CEB874 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 184 116 -
CMYK 0 0.11 0.44 0.19
HSL 45.33º 0.48% 0.63% -
HSV(B) 45.33º 0.44% 0.81% -
XYZ 45.75 48.66 23.5 -
YUV 182.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 206 184 116 0 0.11 0.44 0.19 45.33 0.48 0.63
Hex CE B8 74 0 B 2C 13 2D 30 3F
Octal 316 270 164 0 13 54 23 55 60 77
Binary 11001110 10111000 1110100 0 1011 101100 10011 101101 110000 111111

Color Harmonies of #CEB874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB874

Black with #CEB874

Text Example


Text Example

White with #CEB874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB874; }

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

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

background-color css

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

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

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

border-color css

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

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

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