Html Css Color HEX #CE594C Valencia

📋 copy color: '#CE594C'

red 206 ◦ green 89 ◦ blue 76

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

Shades of Valencia #CE594C

Tints of Valencia #CE594C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.99%

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

R = 55.53%
G = 23.99%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE594C (or 0xCE594C) is known color: Valencia. HEX triplet: CE, 59 and 4C. RGB value is (206,89,76). Sum of RGB (Red+Green+Blue) = 206+89+76=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE594C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE594C is #31A6B3. Grayscale: #7A7A7A. Windows color (decimal): -3253940 or 5003726. OLE color: 5003726.

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

Color convert

RGB 206 89 76 -
CMYK 0 0.57 0.63 0.19
HSL 0.57% 0.55% -
HSV(B) 0.63% 0.81% -
XYZ 30.33 20.79 9.25 -
YUV 122.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 206 89 76 0 0.57 0.63 0.19 6 0.57 0.55
Hex CE 59 4C 0 39 3F 13 6 39 37
Octal 316 131 114 0 71 77 23 6 71 67
Binary 11001110 1011001 1001100 0 111001 111111 10011 110 111001 110111

Color Harmonies of #CE594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE594C

Black with #CE594C

Text Example


Text Example

White with #CE594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE594C; }

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

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

background-color css

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

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

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

border-color css

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

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

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