Html Css Color HEX #CEB670 Putty

📋 copy color: '#CEB670'

red 206 ◦ green 182 ◦ blue 112

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

Shades of Putty #CEB670

Tints of Putty #CEB670

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.4%

 BLUE value IS 112 (44.14% from 255) = 22.4%

R = 41.2%
G = 36.4%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CEB670 (or 0xCEB670) is known color: Putty. HEX triplet: CE, B6 and 70. RGB value is (206,182,112). Sum of RGB (Red+Green+Blue) = 206+182+112=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB670 is #31498F. Grayscale: #B5B5B5. Windows color (decimal): -3230096 or 7386830. OLE color: 7386830.

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

Color convert

RGB 206 182 112 -
CMYK 0 0.12 0.46 0.19
HSL 44.68º 0.49% 0.62% -
HSV(B) 44.68º 0.46% 0.81% -
XYZ 45.11 47.75 22.17 -
YUV 181.2 88.95 145.69 -
System Red Green Blue C M Y K H S L
Decimal 206 182 112 0 0.12 0.46 0.19 44.68 0.49 0.62
Hex CE B6 70 0 C 2E 13 2D 31 3E
Octal 316 266 160 0 14 56 23 55 61 76
Binary 11001110 10110110 1110000 0 1100 101110 10011 101101 110001 111110

Color Harmonies of #CEB670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB670

Black with #CEB670

Text Example


Text Example

White with #CEB670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB670; }

 p { color: rgb(206,182,112); }

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

background-color css

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

 a { background-color: rgb(206,182,112); }

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

border-color css

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

 span { border-color: rgb(206,182,112); }

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