Html Css Color HEX #CE7D40 Raw Sienna

📋 copy color: '#CE7D40'

red 206 ◦ green 125 ◦ blue 64

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

Shades of Raw Sienna #CE7D40

Tints of Raw Sienna #CE7D40

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.65%

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

R = 52.15%
G = 31.65%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE7D40 (or 0xCE7D40) is known color: Raw Sienna. HEX triplet: CE, 7D and 40. RGB value is (206,125,64). Sum of RGB (Red+Green+Blue) = 206+125+64=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7D40 is #3182BF. Grayscale: #8E8E8E. Windows color (decimal): -3244736 or 4226510. OLE color: 4226510.

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

Color convert

RGB 206 125 64 -
CMYK 0 0.39 0.69 0.19
HSL 25.77º 0.59% 0.53% -
HSV(B) 25.77º 0.69% 0.81% -
XYZ 33.71 28.16 8.51 -
YUV 142.27 83.84 173.46 -
System Red Green Blue C M Y K H S L
Decimal 206 125 64 0 0.39 0.69 0.19 25.77 0.59 0.53
Hex CE 7D 40 0 27 45 13 1A 3B 35
Octal 316 175 100 0 47 105 23 32 73 65
Binary 11001110 1111101 1000000 0 100111 1000101 10011 11010 111011 110101

Color Harmonies of #CE7D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D40

Black with #CE7D40

Text Example


Text Example

White with #CE7D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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