Html Css Color HEX #CE9150 Twine

📋 copy color: '#CE9150'

red 206 ◦ green 145 ◦ blue 80

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

Shades of Twine #CE9150

Tints of Twine #CE9150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.64%

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

R = 47.8%
G = 33.64%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE9150 (or 0xCE9150) is known color: Twine. HEX triplet: CE, 91 and 50. RGB value is (206,145,80). Sum of RGB (Red+Green+Blue) = 206+145+80=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9150 is #316EAF. Grayscale: #9C9C9C. Windows color (decimal): -3239600 or 5280206. OLE color: 5280206.

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

Color convert

RGB 206 145 80 -
CMYK 0 0.30 0.61 0.19
HSL 30.95º 0.56% 0.56% -
HSV(B) 30.95º 0.61% 0.81% -
XYZ 37.03 33.95 12.19 -
YUV 155.83 85.21 163.79 -
System Red Green Blue C M Y K H S L
Decimal 206 145 80 0 0.30 0.61 0.19 30.95 0.56 0.56
Hex CE 91 50 0 1E 3D 13 1F 38 38
Octal 316 221 120 0 36 75 23 37 70 70
Binary 11001110 10010001 1010000 0 11110 111101 10011 11111 111000 111000

Color Harmonies of #CE9150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9150

Black with #CE9150

Text Example


Text Example

White with #CE9150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9150; }

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

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

background-color css

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

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

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

border-color css

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

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

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