Html Css Color HEX #CE5049 Valencia

📋 copy color: '#CE5049'

red 206 ◦ green 80 ◦ blue 73

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

Shades of Valencia #CE5049

Tints of Valencia #CE5049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.28%

 BLUE value IS 73 (28.91% from 255) = 20.33%

R = 57.38%
G = 22.28%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE5049 (or 0xCE5049) is known color: Valencia. HEX triplet: CE, 50 and 49. RGB value is (206,80,73). Sum of RGB (Red+Green+Blue) = 206+80+73=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5049 is #31AFB6. Grayscale: #757575. Windows color (decimal): -3256247 or 4804814. OLE color: 4804814.

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

Color convert

RGB 206 80 73 -
CMYK 0 0.61 0.65 0.19
HSL 3.16º 0.58% 0.55% -
HSV(B) 3.16º 0.65% 0.81% -
XYZ 29.52 19.34 8.48 -
YUV 116.88 103.24 191.57 -
System Red Green Blue C M Y K H S L
Decimal 206 80 73 0 0.61 0.65 0.19 3.16 0.58 0.55
Hex CE 50 49 0 3D 41 13 3 3A 37
Octal 316 120 111 0 75 101 23 3 72 67
Binary 11001110 1010000 1001001 0 111101 1000001 10011 11 111010 110111

Color Harmonies of #CE5049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5049

Black with #CE5049

Text Example


Text Example

White with #CE5049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5049; }

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

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

background-color css

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

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

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

border-color css

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

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

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