Html Css Color HEX #CE824A Raw Sienna

📋 copy color: '#CE824A'

red 206 ◦ green 130 ◦ blue 74

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

Shades of Raw Sienna #CE824A

Tints of Raw Sienna #CE824A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.71%

 BLUE value IS 74 (29.3% from 255) = 18.05%

R = 50.24%
G = 31.71%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE824A (or 0xCE824A) is known color: Raw Sienna. HEX triplet: CE, 82 and 4A. RGB value is (206,130,74). Sum of RGB (Red+Green+Blue) = 206+130+74=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE824A is #317DB5. Grayscale: #929292. Windows color (decimal): -3243446 or 4883150. OLE color: 4883150.

HSL color Cylindrical-coordinate representation of color #CE824A: hue angle of 25.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE824A is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 130 74 -
CMYK 0 0.37 0.64 0.19
HSL 25.45º 0.57% 0.55% -
HSV(B) 25.45º 0.64% 0.81% -
XYZ 34.67 29.58 10.36 -
YUV 146.34 87.18 170.55 -
System Red Green Blue C M Y K H S L
Decimal 206 130 74 0 0.37 0.64 0.19 25.45 0.57 0.55
Hex CE 82 4A 0 25 40 13 19 39 37
Octal 316 202 112 0 45 100 23 31 71 67
Binary 11001110 10000010 1001010 0 100101 1000000 10011 11001 111001 110111

Color Harmonies of #CE824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE824A

Black with #CE824A

Text Example


Text Example

White with #CE824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE824A; }

 p { color: rgb(206,130,74); }

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

background-color css

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

 a { background-color: rgb(206,130,74); }

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

border-color css

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

 span { border-color: rgb(206,130,74); }

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