Html Css Color HEX #CE504A Valencia

📋 copy color: '#CE504A'

red 206 ◦ green 80 ◦ blue 74

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

Shades of Valencia #CE504A

Tints of Valencia #CE504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.56%

R = 57.22%
G = 22.22%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE504A (or 0xCE504A) is known color: Valencia. HEX triplet: CE, 50 and 4A. RGB value is (206,80,74). Sum of RGB (Red+Green+Blue) = 206+80+74=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE504A is #31AFB5. Grayscale: #757575. Windows color (decimal): -3256246 or 4870350. OLE color: 4870350.

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

Color convert

RGB 206 80 74 -
CMYK 0 0.61 0.64 0.19
HSL 2.73º 0.57% 0.55% -
HSV(B) 2.73º 0.64% 0.81% -
XYZ 29.56 19.35 8.66 -
YUV 116.99 103.74 191.49 -
System Red Green Blue C M Y K H S L
Decimal 206 80 74 0 0.61 0.64 0.19 2.73 0.57 0.55
Hex CE 50 4A 0 3D 40 13 3 39 37
Octal 316 120 112 0 75 100 23 3 71 67
Binary 11001110 1010000 1001010 0 111101 1000000 10011 11 111001 110111

Color Harmonies of #CE504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE504A

Black with #CE504A

Text Example


Text Example

White with #CE504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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