Html Css Color HEX #CE554E Valencia

📋 copy color: '#CE554E'

red 206 ◦ green 85 ◦ blue 78

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

Shades of Valencia #CE554E

Tints of Valencia #CE554E

RGB

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

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

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

R = 55.83%
G = 23.04%
B = 21.14%

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

#CE554E (or 0xCE554E) is known color: Valencia. HEX triplet: CE, 55 and 4E. RGB value is (206,85,78). Sum of RGB (Red+Green+Blue) = 206+85+78=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE554E is #31AAB1. Grayscale: #787878. Windows color (decimal): -3254962 or 5133774. OLE color: 5133774.

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

Color convert

RGB 206 85 78 -
CMYK 0 0.59 0.62 0.19
HSL 3.28º 0.57% 0.56% -
HSV(B) 3.28º 0.62% 0.81% -
XYZ 30.08 20.17 9.52 -
YUV 120.38 104.09 189.07 -
System Red Green Blue C M Y K H S L
Decimal 206 85 78 0 0.59 0.62 0.19 3.28 0.57 0.56
Hex CE 55 4E 0 3B 3E 13 3 39 38
Octal 316 125 116 0 73 76 23 3 71 70
Binary 11001110 1010101 1001110 0 111011 111110 10011 11 111001 111000

Color Harmonies of #CE554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE554E

Black with #CE554E

Text Example


Text Example

White with #CE554E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE554E; }

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

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

background-color css

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

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

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

border-color css

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

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

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