Html Css Color HEX #CE584F Valencia

📋 copy color: '#CE584F'

red 206 ◦ green 88 ◦ blue 79

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

Shades of Valencia #CE584F

Tints of Valencia #CE584F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.18%

R = 55.23%
G = 23.59%
B = 21.18%

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

#CE584F (or 0xCE584F) is known color: Valencia. HEX triplet: CE, 58 and 4F. RGB value is (206,88,79). Sum of RGB (Red+Green+Blue) = 206+88+79=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE584F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE584F is #31A7B0. Grayscale: #7A7A7A. Windows color (decimal): -3254193 or 5200078. OLE color: 5200078.

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

Color convert

RGB 206 88 79 -
CMYK 0 0.57 0.62 0.19
HSL 4.25º 0.56% 0.56% -
HSV(B) 4.25º 0.62% 0.81% -
XYZ 30.35 20.67 9.79 -
YUV 122.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 206 88 79 0 0.57 0.62 0.19 4.25 0.56 0.56
Hex CE 58 4F 0 39 3E 13 4 38 38
Octal 316 130 117 0 71 76 23 4 70 70
Binary 11001110 1011000 1001111 0 111001 111110 10011 100 111000 111000

Color Harmonies of #CE584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE584F

Black with #CE584F

Text Example


Text Example

White with #CE584F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE584F; }

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

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

background-color css

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

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

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

border-color css

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

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

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