Html Css Color HEX #CE8F50 Twine

📋 copy color: '#CE8F50'

red 206 ◦ green 143 ◦ blue 80

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

Shades of Twine #CE8F50

Tints of Twine #CE8F50

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.33%

 BLUE value IS 80 (31.64% from 255) = 18.65%

R = 48.02%
G = 33.33%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE8F50 (or 0xCE8F50) is known color: Twine. HEX triplet: CE, 8F and 50. RGB value is (206,143,80). Sum of RGB (Red+Green+Blue) = 206+143+80=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F50 is #3170AF. Grayscale: #9A9A9A. Windows color (decimal): -3240112 or 5279694. OLE color: 5279694.

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

Color convert

RGB 206 143 80 -
CMYK 0 0.31 0.61 0.19
HSL 30º 0.56% 0.56% -
HSV(B) 30º 0.61% 0.81% -
XYZ 36.72 33.35 12.09 -
YUV 154.66 85.87 164.62 -
System Red Green Blue C M Y K H S L
Decimal 206 143 80 0 0.31 0.61 0.19 30 0.56 0.56
Hex CE 8F 50 0 1F 3D 13 1E 38 38
Octal 316 217 120 0 37 75 23 36 70 70
Binary 11001110 10001111 1010000 0 11111 111101 10011 11110 111000 111000

Color Harmonies of #CE8F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F50

Black with #CE8F50

Text Example


Text Example

White with #CE8F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F50; }

 p { color: rgb(206,143,80); }

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

background-color css

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

 a { background-color: rgb(206,143,80); }

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

border-color css

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

 span { border-color: rgb(206,143,80); }

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