Html Css Color HEX #CE584D Valencia

📋 copy color: '#CE584D'

red 206 ◦ green 88 ◦ blue 77

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

Shades of Valencia #CE584D

Tints of Valencia #CE584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.72%

 BLUE value IS 77 (30.47% from 255) = 20.75%

R = 55.53%
G = 23.72%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE584D (or 0xCE584D) is known color: Valencia. HEX triplet: CE, 58 and 4D. RGB value is (206,88,77). Sum of RGB (Red+Green+Blue) = 206+88+77=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE584D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE584D is #31A7B2. Grayscale: #7A7A7A. Windows color (decimal): -3254195 or 5069006. OLE color: 5069006.

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

Color convert

RGB 206 88 77 -
CMYK 0 0.57 0.63 0.19
HSL 5.12º 0.57% 0.55% -
HSV(B) 5.12º 0.63% 0.81% -
XYZ 30.28 20.64 9.41 -
YUV 122.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 206 88 77 0 0.57 0.63 0.19 5.12 0.57 0.55
Hex CE 58 4D 0 39 3F 13 5 39 37
Octal 316 130 115 0 71 77 23 5 71 67
Binary 11001110 1011000 1001101 0 111001 111111 10011 101 111001 110111

Color Harmonies of #CE584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE584D

Black with #CE584D

Text Example


Text Example

White with #CE584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE584D; }

 p { color: rgb(206,88,77); }

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

background-color css

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

 a { background-color: rgb(206,88,77); }

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

border-color css

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

 span { border-color: rgb(206,88,77); }

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