Html Css Color HEX #CE7940 Raw Sienna

📋 copy color: '#CE7940'

red 206 ◦ green 121 ◦ blue 64

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

Shades of Raw Sienna #CE7940

Tints of Raw Sienna #CE7940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.95%

 BLUE value IS 64 (25.39% from 255) = 16.37%

R = 52.69%
G = 30.95%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE7940 (or 0xCE7940) is known color: Raw Sienna. HEX triplet: CE, 79 and 40. RGB value is (206,121,64). Sum of RGB (Red+Green+Blue) = 206+121+64=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7940 is #3186BF. Grayscale: #8C8C8C. Windows color (decimal): -3245760 or 4225486. OLE color: 4225486.

HSL color Cylindrical-coordinate representation of color #CE7940: hue angle of 24.08º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE7940 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 121 64 -
CMYK 0 0.41 0.69 0.19
HSL 24.08º 0.59% 0.53% -
HSV(B) 24.08º 0.69% 0.81% -
XYZ 33.22 27.17 8.34 -
YUV 139.92 85.16 175.13 -
System Red Green Blue C M Y K H S L
Decimal 206 121 64 0 0.41 0.69 0.19 24.08 0.59 0.53
Hex CE 79 40 0 29 45 13 18 3B 35
Octal 316 171 100 0 51 105 23 30 73 65
Binary 11001110 1111001 1000000 0 101001 1000101 10011 11000 111011 110101

Color Harmonies of #CE7940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7940

Black with #CE7940

Text Example


Text Example

White with #CE7940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7940; }

 p { color: rgb(206,121,64); }

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

background-color css

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

 a { background-color: rgb(206,121,64); }

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

border-color css

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

 span { border-color: rgb(206,121,64); }

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