Html Css Color HEX #CEB279 Putty

📋 copy color: '#CEB279'

red 206 ◦ green 178 ◦ blue 121

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

Shades of Putty #CEB279

Tints of Putty #CEB279

RGB

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

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

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

R = 40.79%
G = 35.25%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CEB279 (or 0xCEB279) is known color: Putty. HEX triplet: CE, B2 and 79. RGB value is (206,178,121). Sum of RGB (Red+Green+Blue) = 206+178+121=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB279 is #314D86. Grayscale: #B4B4B4. Windows color (decimal): -3231111 or 7975630. OLE color: 7975630.

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

Color convert

RGB 206 178 121 -
CMYK 0 0.14 0.41 0.19
HSL 40.24º 0.46% 0.64% -
HSV(B) 40.24º 0.41% 0.81% -
XYZ 44.83 46.34 24.67 -
YUV 179.87 94.78 146.63 -
System Red Green Blue C M Y K H S L
Decimal 206 178 121 0 0.14 0.41 0.19 40.24 0.46 0.64
Hex CE B2 79 0 E 29 13 28 2E 40
Octal 316 262 171 0 16 51 23 50 56 100
Binary 11001110 10110010 1111001 0 1110 101001 10011 101000 101110 1000000

Color Harmonies of #CEB279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB279

Black with #CEB279

Text Example


Text Example

White with #CEB279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB279; }

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

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

background-color css

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

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

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

border-color css

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

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

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