Html Css Color HEX #CE544E Valencia

📋 copy color: '#CE544E'

red 206 ◦ green 84 ◦ blue 78

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

Shades of Valencia #CE544E

Tints of Valencia #CE544E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.83%

 BLUE value IS 78 (30.86% from 255) = 21.2%

R = 55.98%
G = 22.83%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE544E (or 0xCE544E) is known color: Valencia. HEX triplet: CE, 54 and 4E. RGB value is (206,84,78). Sum of RGB (Red+Green+Blue) = 206+84+78=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE544E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE544E is #31ABB1. Grayscale: #777777. Windows color (decimal): -3255218 or 5133518. OLE color: 5133518.

HSL color Cylindrical-coordinate representation of color #CE544E: hue angle of 2.81º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE544E is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 84 78 -
CMYK 0 0.59 0.62 0.19
HSL 2.81º 0.57% 0.56% -
HSV(B) 2.81º 0.62% 0.81% -
XYZ 30 20.01 9.49 -
YUV 119.79 104.42 189.49 -
System Red Green Blue C M Y K H S L
Decimal 206 84 78 0 0.59 0.62 0.19 2.81 0.57 0.56
Hex CE 54 4E 0 3B 3E 13 3 39 38
Octal 316 124 116 0 73 76 23 3 71 70
Binary 11001110 1010100 1001110 0 111011 111110 10011 11 111001 111000

Color Harmonies of #CE544E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE544E

Black with #CE544E

Text Example


Text Example

White with #CE544E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE544E; }

 p { color: rgb(206,84,78); }

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

background-color css

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

 a { background-color: rgb(206,84,78); }

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

border-color css

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

 span { border-color: rgb(206,84,78); }

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