Html Css Color HEX #CE9250 Twine

📋 copy color: '#CE9250'

red 206 ◦ green 146 ◦ blue 80

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

Shades of Twine #CE9250

Tints of Twine #CE9250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.8%

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

R = 47.69%
G = 33.8%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE9250 (or 0xCE9250) is known color: Twine. HEX triplet: CE, 92 and 50. RGB value is (206,146,80). Sum of RGB (Red+Green+Blue) = 206+146+80=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9250 is #316DAF. Grayscale: #9C9C9C. Windows color (decimal): -3239344 or 5280462. OLE color: 5280462.

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

Color convert

RGB 206 146 80 -
CMYK 0 0.29 0.61 0.19
HSL 31.43º 0.56% 0.56% -
HSV(B) 31.43º 0.61% 0.81% -
XYZ 37.18 34.26 12.24 -
YUV 156.42 84.88 163.37 -
System Red Green Blue C M Y K H S L
Decimal 206 146 80 0 0.29 0.61 0.19 31.43 0.56 0.56
Hex CE 92 50 0 1D 3D 13 1F 38 38
Octal 316 222 120 0 35 75 23 37 70 70
Binary 11001110 10010010 1010000 0 11101 111101 10011 11111 111000 111000

Color Harmonies of #CE9250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9250

Black with #CE9250

Text Example


Text Example

White with #CE9250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9250; }

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

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

background-color css

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

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

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

border-color css

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

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

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