Html Css Color HEX #CE9550 Twine

📋 copy color: '#CE9550'

red 206 ◦ green 149 ◦ blue 80

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

Shades of Twine #CE9550

Tints of Twine #CE9550

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.25%

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

R = 47.36%
G = 34.25%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE9550 (or 0xCE9550) is known color: Twine. HEX triplet: CE, 95 and 50. RGB value is (206,149,80). Sum of RGB (Red+Green+Blue) = 206+149+80=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9550 is #316AAF. Grayscale: #9E9E9E. Windows color (decimal): -3238576 or 5281230. OLE color: 5281230.

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

Color convert

RGB 206 149 80 -
CMYK 0 0.28 0.61 0.19
HSL 32.86º 0.56% 0.56% -
HSV(B) 32.86º 0.61% 0.81% -
XYZ 37.65 35.2 12.4 -
YUV 158.18 83.88 162.11 -
System Red Green Blue C M Y K H S L
Decimal 206 149 80 0 0.28 0.61 0.19 32.86 0.56 0.56
Hex CE 95 50 0 1C 3D 13 21 38 38
Octal 316 225 120 0 34 75 23 41 70 70
Binary 11001110 10010101 1010000 0 11100 111101 10011 100001 111000 111000

Color Harmonies of #CE9550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9550

Black with #CE9550

Text Example


Text Example

White with #CE9550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9550; }

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

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

background-color css

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

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

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

border-color css

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

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

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