Html Css Color HEX #CE5048 Valencia

📋 copy color: '#CE5048'

red 206 ◦ green 80 ◦ blue 72

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

Shades of Valencia #CE5048

Tints of Valencia #CE5048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.11%

R = 57.54%
G = 22.35%
B = 20.11%

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

#CE5048 (or 0xCE5048) is known color: Valencia. HEX triplet: CE, 50 and 48. RGB value is (206,80,72). Sum of RGB (Red+Green+Blue) = 206+80+72=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5048 is #31AFB7. Grayscale: #747474. Windows color (decimal): -3256248 or 4739278. OLE color: 4739278.

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

Color convert

RGB 206 80 72 -
CMYK 0 0.61 0.65 0.19
HSL 3.58º 0.58% 0.55% -
HSV(B) 3.58º 0.65% 0.81% -
XYZ 29.49 19.33 8.31 -
YUV 116.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 206 80 72 0 0.61 0.65 0.19 3.58 0.58 0.55
Hex CE 50 48 0 3D 41 13 4 3A 37
Octal 316 120 110 0 75 101 23 4 72 67
Binary 11001110 1010000 1001000 0 111101 1000001 10011 100 111010 110111

Color Harmonies of #CE5048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5048

Black with #CE5048

Text Example


Text Example

White with #CE5048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5048; }

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

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

background-color css

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

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

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

border-color css

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

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

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