Html Css Color HEX #CEB36A Putty

📋 copy color: '#CEB36A'

red 206 ◦ green 179 ◦ blue 106

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

Shades of Putty #CEB36A

Tints of Putty #CEB36A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.59%

R = 41.96%
G = 36.46%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CEB36A (or 0xCEB36A) is known color: Putty. HEX triplet: CE, B3 and 6A. RGB value is (206,179,106). Sum of RGB (Red+Green+Blue) = 206+179+106=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB36A is #314C95. Grayscale: #B3B3B3. Windows color (decimal): -3230870 or 6992846. OLE color: 6992846.

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

Color convert

RGB 206 179 106 -
CMYK 0 0.13 0.49 0.19
HSL 43.8º 0.51% 0.61% -
HSV(B) 43.8º 0.49% 0.81% -
XYZ 44.18 46.4 20.26 -
YUV 178.75 86.95 147.44 -
System Red Green Blue C M Y K H S L
Decimal 206 179 106 0 0.13 0.49 0.19 43.8 0.51 0.61
Hex CE B3 6A 0 D 31 13 2C 33 3D
Octal 316 263 152 0 15 61 23 54 63 75
Binary 11001110 10110011 1101010 0 1101 110001 10011 101100 110011 111101

Color Harmonies of #CEB36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB36A

Black with #CEB36A

Text Example


Text Example

White with #CEB36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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