Html Css Color HEX #CE5347 Valencia

📋 copy color: '#CE5347'

red 206 ◦ green 83 ◦ blue 71

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

Shades of Valencia #CE5347

Tints of Valencia #CE5347

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.06%

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

R = 57.22%
G = 23.06%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE5347 (or 0xCE5347) is known color: Valencia. HEX triplet: CE, 53 and 47. RGB value is (206,83,71). Sum of RGB (Red+Green+Blue) = 206+83+71=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5347 is #31ACB8. Grayscale: #767676. Windows color (decimal): -3255481 or 4674510. OLE color: 4674510.

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

Color convert

RGB 206 83 71 -
CMYK 0 0.60 0.66 0.19
HSL 5.33º 0.58% 0.54% -
HSV(B) 5.33º 0.66% 0.81% -
XYZ 29.68 19.76 8.21 -
YUV 118.41 101.25 190.48 -
System Red Green Blue C M Y K H S L
Decimal 206 83 71 0 0.60 0.66 0.19 5.33 0.58 0.54
Hex CE 53 47 0 3C 42 13 5 3A 36
Octal 316 123 107 0 74 102 23 5 72 66
Binary 11001110 1010011 1000111 0 111100 1000010 10011 101 111010 110110

Color Harmonies of #CE5347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5347

Black with #CE5347

Text Example


Text Example

White with #CE5347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5347; }

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

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

background-color css

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

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

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

border-color css

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

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

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