Html Css Color HEX #CE9855 Twine

📋 copy color: '#CE9855'

red 206 ◦ green 152 ◦ blue 85

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

Shades of Twine #CE9855

Tints of Twine #CE9855

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.31%

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

R = 46.5%
G = 34.31%
B = 19.19%

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

#CE9855 (or 0xCE9855) is known color: Twine. HEX triplet: CE, 98 and 55. RGB value is (206,152,85). Sum of RGB (Red+Green+Blue) = 206+152+85=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9855 is #3167AA. Grayscale: #A0A0A0. Windows color (decimal): -3237803 or 5609678. OLE color: 5609678.

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

Color convert

RGB 206 152 85 -
CMYK 0 0.26 0.59 0.19
HSL 33.22º 0.55% 0.57% -
HSV(B) 33.22º 0.59% 0.81% -
XYZ 38.32 36.23 13.57 -
YUV 160.51 85.39 160.45 -
System Red Green Blue C M Y K H S L
Decimal 206 152 85 0 0.26 0.59 0.19 33.22 0.55 0.57
Hex CE 98 55 0 1A 3B 13 21 37 39
Octal 316 230 125 0 32 73 23 41 67 71
Binary 11001110 10011000 1010101 0 11010 111011 10011 100001 110111 111001

Color Harmonies of #CE9855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9855

Black with #CE9855

Text Example


Text Example

White with #CE9855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9855; }

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

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

background-color css

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

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

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

border-color css

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

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

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