Html Css Color HEX #CE504F Valencia

📋 copy color: '#CE504F'

red 206 ◦ green 80 ◦ blue 79

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

Shades of Valencia #CE504F

Tints of Valencia #CE504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.64%

R = 56.44%
G = 21.92%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE504F (or 0xCE504F) is known color: Valencia. HEX triplet: CE, 50 and 4F. RGB value is (206,80,79). Sum of RGB (Red+Green+Blue) = 206+80+79=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE504F is #31AFB0. Grayscale: #757575. Windows color (decimal): -3256241 or 5198030. OLE color: 5198030.

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

Color convert

RGB 206 80 79 -
CMYK 0 0.61 0.62 0.19
HSL 0.47º 0.56% 0.56% -
HSV(B) 0.47º 0.62% 0.81% -
XYZ 29.73 19.42 9.58 -
YUV 117.56 106.24 191.08 -
System Red Green Blue C M Y K H S L
Decimal 206 80 79 0 0.61 0.62 0.19 0.47 0.56 0.56
Hex CE 50 4F 0 3D 3E 13 0 38 38
Octal 316 120 117 0 75 76 23 0 70 70
Binary 11001110 1010000 1001111 0 111101 111110 10011 0 111000 111000

Color Harmonies of #CE504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE504F

Black with #CE504F

Text Example


Text Example

White with #CE504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE504F; }

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

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

background-color css

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

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

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

border-color css

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

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

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