Html Css Color HEX #CE5A54 Valencia

📋 copy color: '#CE5A54'

red 206 ◦ green 90 ◦ blue 84

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

Shades of Valencia #CE5A54

Tints of Valencia #CE5A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.11%

R = 54.21%
G = 23.68%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE5A54 (or 0xCE5A54) is known color: Valencia. HEX triplet: CE, 5A and 54. RGB value is (206,90,84). Sum of RGB (Red+Green+Blue) = 206+90+84=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5A54 is #31A5AB. Grayscale: #7C7C7C. Windows color (decimal): -3253676 or 5528270. OLE color: 5528270.

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

Color convert

RGB 206 90 84 -
CMYK 0 0.56 0.59 0.19
HSL 2.95º 0.55% 0.57% -
HSV(B) 2.95º 0.59% 0.81% -
XYZ 30.71 21.07 10.84 -
YUV 124 105.43 186.49 -
System Red Green Blue C M Y K H S L
Decimal 206 90 84 0 0.56 0.59 0.19 2.95 0.55 0.57
Hex CE 5A 54 0 38 3B 13 3 37 39
Octal 316 132 124 0 70 73 23 3 67 71
Binary 11001110 1011010 1010100 0 111000 111011 10011 11 110111 111001

Color Harmonies of #CE5A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A54

Black with #CE5A54

Text Example


Text Example

White with #CE5A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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