Html Css Color HEX #CE584C Valencia

📋 copy color: '#CE584C'

red 206 ◦ green 88 ◦ blue 76

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

Shades of Valencia #CE584C

Tints of Valencia #CE584C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.54%

R = 55.68%
G = 23.78%
B = 20.54%

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

#CE584C (or 0xCE584C) is known color: Valencia. HEX triplet: CE, 58 and 4C. RGB value is (206,88,76). Sum of RGB (Red+Green+Blue) = 206+88+76=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE584C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE584C is #31A7B3. Grayscale: #7A7A7A. Windows color (decimal): -3254196 or 5003470. OLE color: 5003470.

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

Color convert

RGB 206 88 76 -
CMYK 0 0.57 0.63 0.19
HSL 5.54º 0.57% 0.55% -
HSV(B) 5.54º 0.63% 0.81% -
XYZ 30.25 20.62 9.22 -
YUV 121.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 206 88 76 0 0.57 0.63 0.19 5.54 0.57 0.55
Hex CE 58 4C 0 39 3F 13 6 39 37
Octal 316 130 114 0 71 77 23 6 71 67
Binary 11001110 1011000 1001100 0 111001 111111 10011 110 111001 110111

Color Harmonies of #CE584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE584C

Black with #CE584C

Text Example


Text Example

White with #CE584C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE584C; }

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

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

background-color css

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

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

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

border-color css

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

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

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