Html Css Color HEX #CE7F50 Raw Sienna

📋 copy color: '#CE7F50'

red 206 ◦ green 127 ◦ blue 80

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

Shades of Raw Sienna #CE7F50

Tints of Raw Sienna #CE7F50

RGB

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

 GREEN value IS 127 (50% from 255) = 30.75%

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

R = 49.88%
G = 30.75%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE7F50 (or 0xCE7F50) is known color: Raw Sienna. HEX triplet: CE, 7F and 50. RGB value is (206,127,80). Sum of RGB (Red+Green+Blue) = 206+127+80=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7F50 is #3180AF. Grayscale: #919191. Windows color (decimal): -3244208 or 5275598. OLE color: 5275598.

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

Color convert

RGB 206 127 80 -
CMYK 0 0.38 0.61 0.19
HSL 22.38º 0.56% 0.56% -
HSV(B) 22.38º 0.61% 0.81% -
XYZ 34.49 28.88 11.35 -
YUV 145.26 91.17 171.32 -
System Red Green Blue C M Y K H S L
Decimal 206 127 80 0 0.38 0.61 0.19 22.38 0.56 0.56
Hex CE 7F 50 0 26 3D 13 16 38 38
Octal 316 177 120 0 46 75 23 26 70 70
Binary 11001110 1111111 1010000 0 100110 111101 10011 10110 111000 111000

Color Harmonies of #CE7F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F50

Black with #CE7F50

Text Example


Text Example

White with #CE7F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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