Html Css Color HEX #CE564A Valencia

📋 copy color: '#CE564A'

red 206 ◦ green 86 ◦ blue 74

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

Shades of Valencia #CE564A

Tints of Valencia #CE564A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.5%

 BLUE value IS 74 (29.3% from 255) = 20.22%

R = 56.28%
G = 23.5%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE564A (or 0xCE564A) is known color: Valencia. HEX triplet: CE, 56 and 4A. RGB value is (206,86,74). Sum of RGB (Red+Green+Blue) = 206+86+74=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE564A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE564A is #31A9B5. Grayscale: #787878. Windows color (decimal): -3254710 or 4871886. OLE color: 4871886.

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

Color convert

RGB 206 86 74 -
CMYK 0 0.58 0.64 0.19
HSL 5.45º 0.57% 0.55% -
HSV(B) 5.45º 0.64% 0.81% -
XYZ 30.02 20.27 8.81 -
YUV 120.51 101.76 188.98 -
System Red Green Blue C M Y K H S L
Decimal 206 86 74 0 0.58 0.64 0.19 5.45 0.57 0.55
Hex CE 56 4A 0 3A 40 13 5 39 37
Octal 316 126 112 0 72 100 23 5 71 67
Binary 11001110 1010110 1001010 0 111010 1000000 10011 101 111001 110111

Color Harmonies of #CE564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE564A

Black with #CE564A

Text Example


Text Example

White with #CE564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE564A; }

 p { color: rgb(206,86,74); }

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

background-color css

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

 a { background-color: rgb(206,86,74); }

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

border-color css

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

 span { border-color: rgb(206,86,74); }

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