Html Css Color HEX #CE964F Twine

📋 copy color: '#CE964F'

red 206 ◦ green 150 ◦ blue 79

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

Shades of Twine #CE964F

Tints of Twine #CE964F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.16%

R = 47.36%
G = 34.48%
B = 18.16%

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

#CE964F (or 0xCE964F) is known color: Twine. HEX triplet: CE, 96 and 4F. RGB value is (206,150,79). Sum of RGB (Red+Green+Blue) = 206+150+79=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE964F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE964F is #3169B0. Grayscale: #9E9E9E. Windows color (decimal): -3238321 or 5215950. OLE color: 5215950.

HSL color Cylindrical-coordinate representation of color #CE964F: hue angle of 33.54º degrees, saturation: 0.56, 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 #CE964F is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 150 79 -
CMYK 0 0.27 0.62 0.19
HSL 33.54º 0.56% 0.56% -
HSV(B) 33.54º 0.62% 0.81% -
XYZ 37.77 35.5 12.26 -
YUV 158.65 83.05 161.77 -
System Red Green Blue C M Y K H S L
Decimal 206 150 79 0 0.27 0.62 0.19 33.54 0.56 0.56
Hex CE 96 4F 0 1B 3E 13 22 38 38
Octal 316 226 117 0 33 76 23 42 70 70
Binary 11001110 10010110 1001111 0 11011 111110 10011 100010 111000 111000

Color Harmonies of #CE964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE964F

Black with #CE964F

Text Example


Text Example

White with #CE964F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE964F; }

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

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

background-color css

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

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

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

border-color css

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

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

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