Html Css Color HEX #CE554C Valencia

📋 copy color: '#CE554C'

red 206 ◦ green 85 ◦ blue 76

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

Shades of Valencia #CE554C

Tints of Valencia #CE554C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.71%

R = 56.13%
G = 23.16%
B = 20.71%

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

#CE554C (or 0xCE554C) is known color: Valencia. HEX triplet: CE, 55 and 4C. RGB value is (206,85,76). Sum of RGB (Red+Green+Blue) = 206+85+76=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE554C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE554C is #31AAB3. Grayscale: #787878. Windows color (decimal): -3254964 or 5002702. OLE color: 5002702.

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

Color convert

RGB 206 85 76 -
CMYK 0 0.59 0.63 0.19
HSL 4.15º 0.57% 0.55% -
HSV(B) 4.15º 0.63% 0.81% -
XYZ 30.01 20.14 9.14 -
YUV 120.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 206 85 76 0 0.59 0.63 0.19 4.15 0.57 0.55
Hex CE 55 4C 0 3B 3F 13 4 39 37
Octal 316 125 114 0 73 77 23 4 71 67
Binary 11001110 1010101 1001100 0 111011 111111 10011 100 111001 110111

Color Harmonies of #CE554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE554C

Black with #CE554C

Text Example


Text Example

White with #CE554C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE554C; }

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

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

background-color css

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

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

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

border-color css

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

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

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