Html Css Color HEX #CE4D46 Valencia

📋 copy color: '#CE4D46'

red 206 ◦ green 77 ◦ blue 70

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

Shades of Valencia #CE4D46

Tints of Valencia #CE4D46

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.81%

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

R = 58.36%
G = 21.81%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE4D46 (or 0xCE4D46) is known color: Valencia. HEX triplet: CE, 4D and 46. RGB value is (206,77,70). Sum of RGB (Red+Green+Blue) = 206+77+70=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4D46 is #31B2B9. Grayscale: #727272. Windows color (decimal): -3257018 or 4607438. OLE color: 4607438.

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

Color convert

RGB 206 77 70 -
CMYK 0 0.63 0.66 0.19
HSL 3.09º 0.58% 0.54% -
HSV(B) 3.09º 0.66% 0.81% -
XYZ 29.21 18.87 7.9 -
YUV 114.77 102.74 193.07 -
System Red Green Blue C M Y K H S L
Decimal 206 77 70 0 0.63 0.66 0.19 3.09 0.58 0.54
Hex CE 4D 46 0 3F 42 13 3 3A 36
Octal 316 115 106 0 77 102 23 3 72 66
Binary 11001110 1001101 1000110 0 111111 1000010 10011 11 111010 110110

Color Harmonies of #CE4D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4D46

Black with #CE4D46

Text Example


Text Example

White with #CE4D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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