Html Css Color HEX #CEB479 Putty

📋 copy color: '#CEB479'

red 206 ◦ green 180 ◦ blue 121

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

Shades of Putty #CEB479

Tints of Putty #CEB479

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.5%

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

R = 40.63%
G = 35.5%
B = 23.87%

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

#CEB479 (or 0xCEB479) is known color: Putty. HEX triplet: CE, B4 and 79. RGB value is (206,180,121). Sum of RGB (Red+Green+Blue) = 206+180+121=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB479 is #314B86. Grayscale: #B5B5B5. Windows color (decimal): -3230599 or 7976142. OLE color: 7976142.

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

Color convert

RGB 206 180 121 -
CMYK 0 0.13 0.41 0.19
HSL 41.65º 0.46% 0.64% -
HSV(B) 41.65º 0.41% 0.81% -
XYZ 45.23 47.14 24.81 -
YUV 181.05 94.11 145.8 -
System Red Green Blue C M Y K H S L
Decimal 206 180 121 0 0.13 0.41 0.19 41.65 0.46 0.64
Hex CE B4 79 0 D 29 13 2A 2E 40
Octal 316 264 171 0 15 51 23 52 56 100
Binary 11001110 10110100 1111001 0 1101 101001 10011 101010 101110 1000000

Color Harmonies of #CEB479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB479

Black with #CEB479

Text Example


Text Example

White with #CEB479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB479; }

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

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

background-color css

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

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

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

border-color css

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

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

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