Html Css Color HEX #CE5649 Valencia

📋 copy color: '#CE5649'

red 206 ◦ green 86 ◦ blue 73

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

Shades of Valencia #CE5649

Tints of Valencia #CE5649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.56%

 BLUE value IS 73 (28.91% from 255) = 20%

R = 56.44%
G = 23.56%
B = 20%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE5649 (or 0xCE5649) is known color: Valencia. HEX triplet: CE, 56 and 49. RGB value is (206,86,73). Sum of RGB (Red+Green+Blue) = 206+86+73=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5649 is #31A9B6. Grayscale: #787878. Windows color (decimal): -3254711 or 4806350. OLE color: 4806350.

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

Color convert

RGB 206 86 73 -
CMYK 0 0.58 0.65 0.19
HSL 5.86º 0.58% 0.55% -
HSV(B) 5.86º 0.65% 0.81% -
XYZ 29.98 20.26 8.63 -
YUV 120.4 101.26 189.06 -
System Red Green Blue C M Y K H S L
Decimal 206 86 73 0 0.58 0.65 0.19 5.86 0.58 0.55
Hex CE 56 49 0 3A 41 13 6 3A 37
Octal 316 126 111 0 72 101 23 6 72 67
Binary 11001110 1010110 1001001 0 111010 1000001 10011 110 111010 110111

Color Harmonies of #CE5649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5649

Black with #CE5649

Text Example


Text Example

White with #CE5649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5649; }

 p { color: rgb(206,86,73); }

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

background-color css

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

 a { background-color: rgb(206,86,73); }

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

border-color css

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

 span { border-color: rgb(206,86,73); }

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