Html Css Color HEX #CE4E46 Valencia

📋 copy color: '#CE4E46'

red 206 ◦ green 78 ◦ blue 70

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

Shades of Valencia #CE4E46

Tints of Valencia #CE4E46

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.03%

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 58.19%
G = 22.03%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE4E46 (or 0xCE4E46) is known color: Valencia. HEX triplet: CE, 4E and 46. RGB value is (206,78,70). Sum of RGB (Red+Green+Blue) = 206+78+70=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4E46 is #31B1B9. Grayscale: #737373. Windows color (decimal): -3256762 or 4607694. OLE color: 4607694.

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

Color convert

RGB 206 78 70 -
CMYK 0 0.62 0.66 0.19
HSL 3.53º 0.58% 0.54% -
HSV(B) 3.53º 0.66% 0.81% -
XYZ 29.28 19.01 7.92 -
YUV 115.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 206 78 70 0 0.62 0.66 0.19 3.53 0.58 0.54
Hex CE 4E 46 0 3E 42 13 4 3A 36
Octal 316 116 106 0 76 102 23 4 72 66
Binary 11001110 1001110 1000110 0 111110 1000010 10011 100 111010 110110

Color Harmonies of #CE4E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4E46

Black with #CE4E46

Text Example


Text Example

White with #CE4E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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