Html Css Color HEX #CE5550 Valencia

📋 copy color: '#CE5550'

red 206 ◦ green 85 ◦ blue 80

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

Shades of Valencia #CE5550

Tints of Valencia #CE5550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.91%

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

R = 55.53%
G = 22.91%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE5550 (or 0xCE5550) is known color: Valencia. HEX triplet: CE, 55 and 50. RGB value is (206,85,80). Sum of RGB (Red+Green+Blue) = 206+85+80=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5550 is #31AAAF. Grayscale: #787878. Windows color (decimal): -3254960 or 5264846. OLE color: 5264846.

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

Color convert

RGB 206 85 80 -
CMYK 0 0.59 0.61 0.19
HSL 2.38º 0.56% 0.56% -
HSV(B) 2.38º 0.61% 0.81% -
XYZ 30.15 20.2 9.9 -
YUV 120.61 105.09 188.91 -
System Red Green Blue C M Y K H S L
Decimal 206 85 80 0 0.59 0.61 0.19 2.38 0.56 0.56
Hex CE 55 50 0 3B 3D 13 2 38 38
Octal 316 125 120 0 73 75 23 2 70 70
Binary 11001110 1010101 1010000 0 111011 111101 10011 10 111000 111000

Color Harmonies of #CE5550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5550

Black with #CE5550

Text Example


Text Example

White with #CE5550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5550; }

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

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

background-color css

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

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

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

border-color css

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

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

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