Html Css Color HEX #CE5448 Valencia

📋 copy color: '#CE5448'

red 206 ◦ green 84 ◦ blue 72

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

Shades of Valencia #CE5448

Tints of Valencia #CE5448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.2%

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

R = 56.91%
G = 23.2%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE5448 (or 0xCE5448) is known color: Valencia. HEX triplet: CE, 54 and 48. RGB value is (206,84,72). Sum of RGB (Red+Green+Blue) = 206+84+72=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5448 is #31ABB7. Grayscale: #777777. Windows color (decimal): -3255224 or 4740302. OLE color: 4740302.

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

Color convert

RGB 206 84 72 -
CMYK 0 0.59 0.65 0.19
HSL 5.37º 0.58% 0.55% -
HSV(B) 5.37º 0.65% 0.81% -
XYZ 29.79 19.93 8.41 -
YUV 119.11 101.42 189.98 -
System Red Green Blue C M Y K H S L
Decimal 206 84 72 0 0.59 0.65 0.19 5.37 0.58 0.55
Hex CE 54 48 0 3B 41 13 5 3A 37
Octal 316 124 110 0 73 101 23 5 72 67
Binary 11001110 1010100 1001000 0 111011 1000001 10011 101 111010 110111

Color Harmonies of #CE5448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5448

Black with #CE5448

Text Example


Text Example

White with #CE5448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5448; }

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

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

background-color css

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

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

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

border-color css

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

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

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