Html Css Color HEX #CE504D Valencia

📋 copy color: '#CE504D'

red 206 ◦ green 80 ◦ blue 77

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

Shades of Valencia #CE504D

Tints of Valencia #CE504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.21%

R = 56.75%
G = 22.04%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE504D (or 0xCE504D) is known color: Valencia. HEX triplet: CE, 50 and 4D. RGB value is (206,80,77). Sum of RGB (Red+Green+Blue) = 206+80+77=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE504D is #31AFB2. Grayscale: #757575. Windows color (decimal): -3256243 or 5066958. OLE color: 5066958.

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

Color convert

RGB 206 80 77 -
CMYK 0 0.61 0.63 0.19
HSL 1.4º 0.57% 0.55% -
HSV(B) 1.4º 0.63% 0.81% -
XYZ 29.66 19.39 9.2 -
YUV 117.33 105.24 191.24 -
System Red Green Blue C M Y K H S L
Decimal 206 80 77 0 0.61 0.63 0.19 1.4 0.57 0.55
Hex CE 50 4D 0 3D 3F 13 1 39 37
Octal 316 120 115 0 75 77 23 1 71 67
Binary 11001110 1010000 1001101 0 111101 111111 10011 1 111001 110111

Color Harmonies of #CE504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE504D

Black with #CE504D

Text Example


Text Example

White with #CE504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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