Html Css Color HEX #CE5953 Valencia

📋 copy color: '#CE5953'

red 206 ◦ green 89 ◦ blue 83

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

Shades of Valencia #CE5953

Tints of Valencia #CE5953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.54%

 BLUE value IS 83 (32.81% from 255) = 21.96%

R = 54.5%
G = 23.54%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE5953 (or 0xCE5953) is known color: Valencia. HEX triplet: CE, 59 and 53. RGB value is (206,89,83). Sum of RGB (Red+Green+Blue) = 206+89+83=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5953 is #31A6AC. Grayscale: #7B7B7B. Windows color (decimal): -3253933 or 5462478. OLE color: 5462478.

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

Color convert

RGB 206 89 83 -
CMYK 0 0.57 0.60 0.19
HSL 2.93º 0.56% 0.57% -
HSV(B) 2.93º 0.6% 0.81% -
XYZ 30.59 20.89 10.6 -
YUV 123.3 105.26 186.99 -
System Red Green Blue C M Y K H S L
Decimal 206 89 83 0 0.57 0.60 0.19 2.93 0.56 0.57
Hex CE 59 53 0 39 3C 13 3 38 39
Octal 316 131 123 0 71 74 23 3 70 71
Binary 11001110 1011001 1010011 0 111001 111100 10011 11 111000 111001

Color Harmonies of #CE5953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5953

Black with #CE5953

Text Example


Text Example

White with #CE5953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5953; }

 p { color: rgb(206,89,83); }

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

background-color css

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

 a { background-color: rgb(206,89,83); }

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

border-color css

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

 span { border-color: rgb(206,89,83); }

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