Html Css Color HEX #CE9955 Twine

📋 copy color: '#CE9955'

red 206 ◦ green 153 ◦ blue 85

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

Shades of Twine #CE9955

Tints of Twine #CE9955

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.46%

 BLUE value IS 85 (33.59% from 255) = 19.14%

R = 46.4%
G = 34.46%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE9955 (or 0xCE9955) is known color: Twine. HEX triplet: CE, 99 and 55. RGB value is (206,153,85). Sum of RGB (Red+Green+Blue) = 206+153+85=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9955 is #3166AA. Grayscale: #A1A1A1. Windows color (decimal): -3237547 or 5609934. OLE color: 5609934.

HSL color Cylindrical-coordinate representation of color #CE9955: hue angle of 33.72º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE9955 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 153 85 -
CMYK 0 0.26 0.59 0.19
HSL 33.72º 0.55% 0.57% -
HSV(B) 33.72º 0.59% 0.81% -
XYZ 38.48 36.56 13.62 -
YUV 161.1 85.06 160.03 -
System Red Green Blue C M Y K H S L
Decimal 206 153 85 0 0.26 0.59 0.19 33.72 0.55 0.57
Hex CE 99 55 0 1A 3B 13 22 37 39
Octal 316 231 125 0 32 73 23 42 67 71
Binary 11001110 10011001 1010101 0 11010 111011 10011 100010 110111 111001

Color Harmonies of #CE9955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9955

Black with #CE9955

Text Example


Text Example

White with #CE9955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9955; }

 p { color: rgb(206,153,85); }

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

background-color css

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

 a { background-color: rgb(206,153,85); }

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

border-color css

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

 span { border-color: rgb(206,153,85); }

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