Html Css Color HEX #CEB379 Putty

📋 copy color: '#CEB379'

red 206 ◦ green 179 ◦ blue 121

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

Shades of Putty #CEB379

Tints of Putty #CEB379

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.38%

 BLUE value IS 121 (47.66% from 255) = 23.91%

R = 40.71%
G = 35.38%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CEB379 (or 0xCEB379) is known color: Putty. HEX triplet: CE, B3 and 79. RGB value is (206,179,121). Sum of RGB (Red+Green+Blue) = 206+179+121=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB379 is #314C86. Grayscale: #B4B4B4. Windows color (decimal): -3230855 or 7975886. OLE color: 7975886.

HSL color Cylindrical-coordinate representation of color #CEB379: hue angle of 40.94º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEB379 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 179 121 -
CMYK 0 0.13 0.41 0.19
HSL 40.94º 0.46% 0.64% -
HSV(B) 40.94º 0.41% 0.81% -
XYZ 45.02 46.74 24.74 -
YUV 180.46 94.45 146.22 -
System Red Green Blue C M Y K H S L
Decimal 206 179 121 0 0.13 0.41 0.19 40.94 0.46 0.64
Hex CE B3 79 0 D 29 13 29 2E 40
Octal 316 263 171 0 15 51 23 51 56 100
Binary 11001110 10110011 1111001 0 1101 101001 10011 101001 101110 1000000

Color Harmonies of #CEB379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB379

Black with #CEB379

Text Example


Text Example

White with #CEB379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB379; }

 p { color: rgb(206,179,121); }

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

background-color css

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

 a { background-color: rgb(206,179,121); }

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

border-color css

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

 span { border-color: rgb(206,179,121); }

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