Html Css Color HEX #CE5951 Valencia

📋 copy color: '#CE5951'

red 206 ◦ green 89 ◦ blue 81

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

Shades of Valencia #CE5951

Tints of Valencia #CE5951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.54%

R = 54.79%
G = 23.67%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE5951 (or 0xCE5951) is known color: Valencia. HEX triplet: CE, 59 and 51. RGB value is (206,89,81). Sum of RGB (Red+Green+Blue) = 206+89+81=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5951 is #31A6AE. Grayscale: #7B7B7B. Windows color (decimal): -3253935 or 5331406. OLE color: 5331406.

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

Color convert

RGB 206 89 81 -
CMYK 0 0.57 0.61 0.19
HSL 3.84º 0.56% 0.56% -
HSV(B) 3.84º 0.61% 0.81% -
XYZ 30.51 20.86 10.2 -
YUV 123.07 104.26 187.15 -
System Red Green Blue C M Y K H S L
Decimal 206 89 81 0 0.57 0.61 0.19 3.84 0.56 0.56
Hex CE 59 51 0 39 3D 13 4 38 38
Octal 316 131 121 0 71 75 23 4 70 70
Binary 11001110 1011001 1010001 0 111001 111101 10011 100 111000 111000

Color Harmonies of #CE5951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5951

Black with #CE5951

Text Example


Text Example

White with #CE5951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5951; }

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

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

background-color css

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

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

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

border-color css

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

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

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