Html Css Color HEX #CE5A50 Valencia

📋 copy color: '#CE5A50'

red 206 ◦ green 90 ◦ blue 80

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

Shades of Valencia #CE5A50

Tints of Valencia #CE5A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.94%

 BLUE value IS 80 (31.64% from 255) = 21.28%

R = 54.79%
G = 23.94%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE5A50 (or 0xCE5A50) is known color: Valencia. HEX triplet: CE, 5A and 50. RGB value is (206,90,80). Sum of RGB (Red+Green+Blue) = 206+90+80=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5A50 is #31A5AF. Grayscale: #7B7B7B. Windows color (decimal): -3253680 or 5266126. OLE color: 5266126.

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

Color convert

RGB 206 90 80 -
CMYK 0 0.56 0.61 0.19
HSL 4.76º 0.56% 0.56% -
HSV(B) 4.76º 0.61% 0.81% -
XYZ 30.56 21.01 10.03 -
YUV 123.54 103.43 186.81 -
System Red Green Blue C M Y K H S L
Decimal 206 90 80 0 0.56 0.61 0.19 4.76 0.56 0.56
Hex CE 5A 50 0 38 3D 13 5 38 38
Octal 316 132 120 0 70 75 23 5 70 70
Binary 11001110 1011010 1010000 0 111000 111101 10011 101 111000 111000

Color Harmonies of #CE5A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A50

Black with #CE5A50

Text Example


Text Example

White with #CE5A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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