Html Css Color HEX #CE5146 Valencia

📋 copy color: '#CE5146'

red 206 ◦ green 81 ◦ blue 70

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

Shades of Valencia #CE5146

Tints of Valencia #CE5146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.69%

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

R = 57.7%
G = 22.69%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE5146 (or 0xCE5146) is known color: Valencia. HEX triplet: CE, 51 and 46. RGB value is (206,81,70). Sum of RGB (Red+Green+Blue) = 206+81+70=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5146 is #31AEB9. Grayscale: #757575. Windows color (decimal): -3255994 or 4608462. OLE color: 4608462.

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

Color convert

RGB 206 81 70 -
CMYK 0 0.61 0.66 0.19
HSL 4.85º 0.58% 0.54% -
HSV(B) 4.85º 0.66% 0.81% -
XYZ 29.5 19.45 7.99 -
YUV 117.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 206 81 70 0 0.61 0.66 0.19 4.85 0.58 0.54
Hex CE 51 46 0 3D 42 13 5 3A 36
Octal 316 121 106 0 75 102 23 5 72 66
Binary 11001110 1010001 1000110 0 111101 1000010 10011 101 111010 110110

Color Harmonies of #CE5146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5146

Black with #CE5146

Text Example


Text Example

White with #CE5146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5146; }

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

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

background-color css

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

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

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

border-color css

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

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

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