Html Css Color HEX #CE5750 Valencia

📋 copy color: '#CE5750'

red 206 ◦ green 87 ◦ blue 80

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

Shades of Valencia #CE5750

Tints of Valencia #CE5750

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.32%

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

R = 55.23%
G = 23.32%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE5750 (or 0xCE5750) is known color: Valencia. HEX triplet: CE, 57 and 50. RGB value is (206,87,80). Sum of RGB (Red+Green+Blue) = 206+87+80=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5750 is #31A8AF. Grayscale: #797979. Windows color (decimal): -3254448 or 5265358. OLE color: 5265358.

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

Color convert

RGB 206 87 80 -
CMYK 0 0.58 0.61 0.19
HSL 3.33º 0.56% 0.56% -
HSV(B) 3.33º 0.61% 0.81% -
XYZ 30.31 20.52 9.95 -
YUV 121.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 206 87 80 0 0.58 0.61 0.19 3.33 0.56 0.56
Hex CE 57 50 0 3A 3D 13 3 38 38
Octal 316 127 120 0 72 75 23 3 70 70
Binary 11001110 1010111 1010000 0 111010 111101 10011 11 111000 111000

Color Harmonies of #CE5750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5750

Black with #CE5750

Text Example


Text Example

White with #CE5750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5750; }

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

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

background-color css

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

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

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

border-color css

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

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

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