Html Css Color HEX #CE5248 Valencia

📋 copy color: '#CE5248'

red 206 ◦ green 82 ◦ blue 72

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

Shades of Valencia #CE5248

Tints of Valencia #CE5248

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.78%

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

R = 57.22%
G = 22.78%
B = 20%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE5248 (or 0xCE5248) is known color: Valencia. HEX triplet: CE, 52 and 48. RGB value is (206,82,72). Sum of RGB (Red+Green+Blue) = 206+82+72=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5248 is #31ADB7. Grayscale: #767676. Windows color (decimal): -3255736 or 4739790. OLE color: 4739790.

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

Color convert

RGB 206 82 72 -
CMYK 0 0.60 0.65 0.19
HSL 4.48º 0.58% 0.55% -
HSV(B) 4.48º 0.65% 0.81% -
XYZ 29.64 19.62 8.36 -
YUV 117.94 102.08 190.81 -
System Red Green Blue C M Y K H S L
Decimal 206 82 72 0 0.60 0.65 0.19 4.48 0.58 0.55
Hex CE 52 48 0 3C 41 13 4 3A 37
Octal 316 122 110 0 74 101 23 4 72 67
Binary 11001110 1010010 1001000 0 111100 1000001 10011 100 111010 110111

Color Harmonies of #CE5248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5248

Black with #CE5248

Text Example


Text Example

White with #CE5248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5248; }

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

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

background-color css

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

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

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

border-color css

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

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

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