Html Css Color HEX #CE964E Twine

📋 copy color: '#CE964E'

red 206 ◦ green 150 ◦ blue 78

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

Shades of Twine #CE964E

Tints of Twine #CE964E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.56%

 BLUE value IS 78 (30.86% from 255) = 17.97%

R = 47.47%
G = 34.56%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE964E (or 0xCE964E) is known color: Twine. HEX triplet: CE, 96 and 4E. RGB value is (206,150,78). Sum of RGB (Red+Green+Blue) = 206+150+78=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE964E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE964E is #3169B1. Grayscale: #9E9E9E. Windows color (decimal): -3238322 or 5150414. OLE color: 5150414.

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

Color convert

RGB 206 150 78 -
CMYK 0 0.27 0.62 0.19
HSL 33.75º 0.57% 0.56% -
HSV(B) 33.75º 0.62% 0.81% -
XYZ 37.74 35.48 12.07 -
YUV 158.54 82.55 161.85 -
System Red Green Blue C M Y K H S L
Decimal 206 150 78 0 0.27 0.62 0.19 33.75 0.57 0.56
Hex CE 96 4E 0 1B 3E 13 22 39 38
Octal 316 226 116 0 33 76 23 42 71 70
Binary 11001110 10010110 1001110 0 11011 111110 10011 100010 111001 111000

Color Harmonies of #CE964E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE964E

Black with #CE964E

Text Example


Text Example

White with #CE964E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE964E; }

 p { color: rgb(206,150,78); }

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

background-color css

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

 a { background-color: rgb(206,150,78); }

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

border-color css

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

 span { border-color: rgb(206,150,78); }

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