Html Css Color HEX #CE5148 Valencia

📋 copy color: '#CE5148'

red 206 ◦ green 81 ◦ blue 72

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

Shades of Valencia #CE5148

Tints of Valencia #CE5148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.06%

R = 57.38%
G = 22.56%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE5148 (or 0xCE5148) is known color: Valencia. HEX triplet: CE, 51 and 48. RGB value is (206,81,72). Sum of RGB (Red+Green+Blue) = 206+81+72=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5148 is #31AEB7. Grayscale: #757575. Windows color (decimal): -3255992 or 4739534. OLE color: 4739534.

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

Color convert

RGB 206 81 72 -
CMYK 0 0.61 0.65 0.19
HSL 4.03º 0.58% 0.55% -
HSV(B) 4.03º 0.65% 0.81% -
XYZ 29.57 19.47 8.33 -
YUV 117.35 102.41 191.23 -
System Red Green Blue C M Y K H S L
Decimal 206 81 72 0 0.61 0.65 0.19 4.03 0.58 0.55
Hex CE 51 48 0 3D 41 13 4 3A 37
Octal 316 121 110 0 75 101 23 4 72 67
Binary 11001110 1010001 1001000 0 111101 1000001 10011 100 111010 110111

Color Harmonies of #CE5148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5148

Black with #CE5148

Text Example


Text Example

White with #CE5148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5148; }

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

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

background-color css

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

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

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

border-color css

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

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

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