Html Css Color HEX #CC574C Valencia

📋 copy color: '#CC574C'

red 204 ◦ green 87 ◦ blue 76

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

Shades of Valencia #CC574C

Tints of Valencia #CC574C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.71%

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

R = 55.59%
G = 23.71%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC574C (or 0xCC574C) is known color: Valencia. HEX triplet: CC, 57 and 4C. RGB value is (204,87,76). Sum of RGB (Red+Green+Blue) = 204+87+76=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC574C is #33A8B3. Grayscale: #787878. Windows color (decimal): -3385524 or 5003212. OLE color: 5003212.

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

Color convert

RGB 204 87 76 -
CMYK 0 0.57 0.63 0.2
HSL 5.16º 0.56% 0.55% -
HSV(B) 5.16º 0.63% 0.8% -
XYZ 29.61 20.18 9.17 -
YUV 120.73 102.76 187.39 -
System Red Green Blue C M Y K H S L
Decimal 204 87 76 0 0.57 0.63 0.2 5.16 0.56 0.55
Hex CC 57 4C 0 39 3F 14 5 38 37
Octal 314 127 114 0 71 77 24 5 70 67
Binary 11001100 1010111 1001100 0 111001 111111 10100 101 111000 110111

Color Harmonies of #CC574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC574C

Black with #CC574C

Text Example


Text Example

White with #CC574C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC574C; }

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

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

background-color css

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

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

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

border-color css

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

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

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