Html Css Color HEX #CE8350 Raw Sienna

📋 copy color: '#CE8350'

red 206 ◦ green 131 ◦ blue 80

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

Shades of Raw Sienna #CE8350

Tints of Raw Sienna #CE8350

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.41%

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

R = 49.4%
G = 31.41%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE8350 (or 0xCE8350) is known color: Raw Sienna. HEX triplet: CE, 83 and 50. RGB value is (206,131,80). Sum of RGB (Red+Green+Blue) = 206+131+80=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8350 is #317CAF. Grayscale: #939393. Windows color (decimal): -3243184 or 5276622. OLE color: 5276622.

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

Color convert

RGB 206 131 80 -
CMYK 0 0.36 0.61 0.19
HSL 24.29º 0.56% 0.56% -
HSV(B) 24.29º 0.61% 0.81% -
XYZ 35.02 29.93 11.52 -
YUV 147.61 89.85 169.65 -
System Red Green Blue C M Y K H S L
Decimal 206 131 80 0 0.36 0.61 0.19 24.29 0.56 0.56
Hex CE 83 50 0 24 3D 13 18 38 38
Octal 316 203 120 0 44 75 23 30 70 70
Binary 11001110 10000011 1010000 0 100100 111101 10011 11000 111000 111000

Color Harmonies of #CE8350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8350

Black with #CE8350

Text Example


Text Example

White with #CE8350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8350; }

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

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

background-color css

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

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

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

border-color css

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

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

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