Html Css Color HEX #CE5047 Valencia

📋 copy color: '#CE5047'

red 206 ◦ green 80 ◦ blue 71

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

Shades of Valencia #CE5047

Tints of Valencia #CE5047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.41%

 BLUE value IS 71 (28.13% from 255) = 19.89%

R = 57.7%
G = 22.41%
B = 19.89%

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

#CE5047 (or 0xCE5047) is known color: Valencia. HEX triplet: CE, 50 and 47. RGB value is (206,80,71). Sum of RGB (Red+Green+Blue) = 206+80+71=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5047 is #31AFB8. Grayscale: #747474. Windows color (decimal): -3256249 or 4673742. OLE color: 4673742.

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

Color convert

RGB 206 80 71 -
CMYK 0 0.61 0.66 0.19
HSL 0.58% 0.54% -
HSV(B) 0.66% 0.81% -
XYZ 29.46 19.31 8.14 -
YUV 116.65 102.24 191.73 -
System Red Green Blue C M Y K H S L
Decimal 206 80 71 0 0.61 0.66 0.19 4 0.58 0.54
Hex CE 50 47 0 3D 42 13 4 3A 36
Octal 316 120 107 0 75 102 23 4 72 66
Binary 11001110 1010000 1000111 0 111101 1000010 10011 100 111010 110110

Color Harmonies of #CE5047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5047

Black with #CE5047

Text Example


Text Example

White with #CE5047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5047; }

 p { color: rgb(206,80,71); }

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

background-color css

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

 a { background-color: rgb(206,80,71); }

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

border-color css

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

 span { border-color: rgb(206,80,71); }

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