Html Css Color HEX #CE5954 Valencia

📋 copy color: '#CE5954'

red 206 ◦ green 89 ◦ blue 84

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

Shades of Valencia #CE5954

Tints of Valencia #CE5954

RGB

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

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

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

R = 54.35%
G = 23.48%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE5954 (or 0xCE5954) is known color: Valencia. HEX triplet: CE, 59 and 54. RGB value is (206,89,84). Sum of RGB (Red+Green+Blue) = 206+89+84=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5954 is #31A6AB. Grayscale: #7B7B7B. Windows color (decimal): -3253932 or 5528014. OLE color: 5528014.

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

Color convert

RGB 206 89 84 -
CMYK 0 0.57 0.59 0.19
HSL 2.46º 0.55% 0.57% -
HSV(B) 2.46º 0.59% 0.81% -
XYZ 30.63 20.91 10.81 -
YUV 123.41 105.76 186.91 -
System Red Green Blue C M Y K H S L
Decimal 206 89 84 0 0.57 0.59 0.19 2.46 0.55 0.57
Hex CE 59 54 0 39 3B 13 2 37 39
Octal 316 131 124 0 71 73 23 2 67 71
Binary 11001110 1011001 1010100 0 111001 111011 10011 10 110111 111001

Color Harmonies of #CE5954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5954

Black with #CE5954

Text Example


Text Example

White with #CE5954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5954; }

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

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

background-color css

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

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

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

border-color css

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

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

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