Html Css Color HEX #CE584E Valencia

📋 copy color: '#CE584E'

red 206 ◦ green 88 ◦ blue 78

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

Shades of Valencia #CE584E

Tints of Valencia #CE584E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.97%

R = 55.38%
G = 23.66%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE584E (or 0xCE584E) is known color: Valencia. HEX triplet: CE, 58 and 4E. RGB value is (206,88,78). Sum of RGB (Red+Green+Blue) = 206+88+78=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE584E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE584E is #31A7B1. Grayscale: #7A7A7A. Windows color (decimal): -3254194 or 5134542. OLE color: 5134542.

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

Color convert

RGB 206 88 78 -
CMYK 0 0.57 0.62 0.19
HSL 4.69º 0.57% 0.56% -
HSV(B) 4.69º 0.62% 0.81% -
XYZ 30.32 20.65 9.6 -
YUV 122.14 103.09 187.81 -
System Red Green Blue C M Y K H S L
Decimal 206 88 78 0 0.57 0.62 0.19 4.69 0.57 0.56
Hex CE 58 4E 0 39 3E 13 5 39 38
Octal 316 130 116 0 71 76 23 5 71 70
Binary 11001110 1011000 1001110 0 111001 111110 10011 101 111001 111000

Color Harmonies of #CE584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE584E

Black with #CE584E

Text Example


Text Example

White with #CE584E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE584E; }

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

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

background-color css

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

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

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

border-color css

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

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

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