Html Css Color HEX #CEB368 Putty

📋 copy color: '#CEB368'

red 206 ◦ green 179 ◦ blue 104

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

Shades of Putty #CEB368

Tints of Putty #CEB368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.27%

R = 42.13%
G = 36.61%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CEB368 (or 0xCEB368) is known color: Putty. HEX triplet: CE, B3 and 68. RGB value is (206,179,104). Sum of RGB (Red+Green+Blue) = 206+179+104=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB368 is #314C97. Grayscale: #B2B2B2. Windows color (decimal): -3230872 or 6861774. OLE color: 6861774.

HSL color Cylindrical-coordinate representation of color #CEB368: hue angle of 44.12º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEB368 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 179 104 -
CMYK 0 0.13 0.50 0.19
HSL 44.12º 0.51% 0.61% -
HSV(B) 44.12º 0.5% 0.81% -
XYZ 44.07 46.36 19.72 -
YUV 178.52 85.95 147.6 -
System Red Green Blue C M Y K H S L
Decimal 206 179 104 0 0.13 0.50 0.19 44.12 0.51 0.61
Hex CE B3 68 0 D 32 13 2C 33 3D
Octal 316 263 150 0 15 62 23 54 63 75
Binary 11001110 10110011 1101000 0 1101 110010 10011 101100 110011 111101

Color Harmonies of #CEB368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB368

Black with #CEB368

Text Example


Text Example

White with #CEB368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB368; }

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

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

background-color css

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

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

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

border-color css

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

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

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