Html Css Color HEX #CC544C Valencia

📋 copy color: '#CC544C'

red 204 ◦ green 84 ◦ blue 76

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

Shades of Valencia #CC544C

Tints of Valencia #CC544C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.08%

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

R = 56.04%
G = 23.08%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC544C (or 0xCC544C) is known color: Valencia. HEX triplet: CC, 54 and 4C. RGB value is (204,84,76). Sum of RGB (Red+Green+Blue) = 204+84+76=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC544C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC544C is #33ABB3. Grayscale: #777777. Windows color (decimal): -3386292 or 5002444. OLE color: 5002444.

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

Color convert

RGB 204 84 76 -
CMYK 0 0.59 0.63 0.2
HSL 3.75º 0.56% 0.55% -
HSV(B) 3.75º 0.63% 0.8% -
XYZ 29.38 19.7 9.09 -
YUV 118.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 204 84 76 0 0.59 0.63 0.2 3.75 0.56 0.55
Hex CC 54 4C 0 3B 3F 14 4 38 37
Octal 314 124 114 0 73 77 24 4 70 67
Binary 11001100 1010100 1001100 0 111011 111111 10100 100 111000 110111

Color Harmonies of #CC544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC544C

Black with #CC544C

Text Example


Text Example

White with #CC544C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC544C; }

 p { color: rgb(204,84,76); }

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

background-color css

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

 a { background-color: rgb(204,84,76); }

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

border-color css

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

 span { border-color: rgb(204,84,76); }

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