Html Css Color HEX #CC564A Valencia

📋 copy color: '#CC564A'

red 204 ◦ green 86 ◦ blue 74

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

Shades of Valencia #CC564A

Tints of Valencia #CC564A

RGB

 RED value IS 204 (80.08% from 255) = 56.04%

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

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

R = 56.04%
G = 23.63%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC564A (or 0xCC564A) is known color: Valencia. HEX triplet: CC, 56 and 4A. RGB value is (204,86,74). Sum of RGB (Red+Green+Blue) = 204+86+74=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC564A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC564A is #33A9B5. Grayscale: #787878. Windows color (decimal): -3385782 or 4871884. OLE color: 4871884.

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

Color convert

RGB 204 86 74 -
CMYK 0 0.58 0.64 0.2
HSL 5.54º 0.56% 0.55% -
HSV(B) 5.54º 0.64% 0.8% -
XYZ 29.47 19.99 8.78 -
YUV 119.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 204 86 74 0 0.58 0.64 0.2 5.54 0.56 0.55
Hex CC 56 4A 0 3A 40 14 6 38 37
Octal 314 126 112 0 72 100 24 6 70 67
Binary 11001100 1010110 1001010 0 111010 1000000 10100 110 111000 110111

Color Harmonies of #CC564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC564A

Black with #CC564A

Text Example


Text Example

White with #CC564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC564A; }

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

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

background-color css

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

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

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

border-color css

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

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

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