Html Css Color HEX #CE554D Valencia

📋 copy color: '#CE554D'

red 206 ◦ green 85 ◦ blue 77

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

Shades of Valencia #CE554D

Tints of Valencia #CE554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.1%

 BLUE value IS 77 (30.47% from 255) = 20.92%

R = 55.98%
G = 23.1%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE554D (or 0xCE554D) is known color: Valencia. HEX triplet: CE, 55 and 4D. RGB value is (206,85,77). Sum of RGB (Red+Green+Blue) = 206+85+77=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE554D is #31AAB2. Grayscale: #787878. Windows color (decimal): -3254963 or 5068238. OLE color: 5068238.

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

Color convert

RGB 206 85 77 -
CMYK 0 0.59 0.63 0.19
HSL 3.72º 0.57% 0.55% -
HSV(B) 3.72º 0.63% 0.81% -
XYZ 30.04 20.15 9.33 -
YUV 120.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 206 85 77 0 0.59 0.63 0.19 3.72 0.57 0.55
Hex CE 55 4D 0 3B 3F 13 4 39 37
Octal 316 125 115 0 73 77 23 4 71 67
Binary 11001110 1010101 1001101 0 111011 111111 10011 100 111001 110111

Color Harmonies of #CE554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE554D

Black with #CE554D

Text Example


Text Example

White with #CE554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE554D; }

 p { color: rgb(206,85,77); }

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

background-color css

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

 a { background-color: rgb(206,85,77); }

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

border-color css

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

 span { border-color: rgb(206,85,77); }

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