Html Css Color HEX #CE5A51 Valencia

📋 copy color: '#CE5A51'

red 206 ◦ green 90 ◦ blue 81

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

Shades of Valencia #CE5A51

Tints of Valencia #CE5A51

RGB

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

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

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

R = 54.64%
G = 23.87%
B = 21.49%

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

#CE5A51 (or 0xCE5A51) is known color: Valencia. HEX triplet: CE, 5A and 51. RGB value is (206,90,81). Sum of RGB (Red+Green+Blue) = 206+90+81=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5A51 is #31A5AE. Grayscale: #7B7B7B. Windows color (decimal): -3253679 or 5331662. OLE color: 5331662.

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

Color convert

RGB 206 90 81 -
CMYK 0 0.56 0.61 0.19
HSL 4.32º 0.56% 0.56% -
HSV(B) 4.32º 0.61% 0.81% -
XYZ 30.59 21.03 10.23 -
YUV 123.66 103.93 186.73 -
System Red Green Blue C M Y K H S L
Decimal 206 90 81 0 0.56 0.61 0.19 4.32 0.56 0.56
Hex CE 5A 51 0 38 3D 13 4 38 38
Octal 316 132 121 0 70 75 23 4 70 70
Binary 11001110 1011010 1010001 0 111000 111101 10011 100 111000 111000

Color Harmonies of #CE5A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A51

Black with #CE5A51

Text Example


Text Example

White with #CE5A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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