Html Css Color HEX #CC574D Valencia

📋 copy color: '#CC574D'

red 204 ◦ green 87 ◦ blue 77

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

Shades of Valencia #CC574D

Tints of Valencia #CC574D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.92%

R = 55.43%
G = 23.64%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC574D (or 0xCC574D) is known color: Valencia. HEX triplet: CC, 57 and 4D. RGB value is (204,87,77). Sum of RGB (Red+Green+Blue) = 204+87+77=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC574D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC574D is #33A8B2. Grayscale: #797979. Windows color (decimal): -3385523 or 5068748. OLE color: 5068748.

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

Color convert

RGB 204 87 77 -
CMYK 0 0.57 0.62 0.2
HSL 4.72º 0.55% 0.55% -
HSV(B) 4.72º 0.62% 0.8% -
XYZ 29.65 20.19 9.36 -
YUV 120.84 103.26 187.31 -
System Red Green Blue C M Y K H S L
Decimal 204 87 77 0 0.57 0.62 0.2 4.72 0.55 0.55
Hex CC 57 4D 0 39 3E 14 5 37 37
Octal 314 127 115 0 71 76 24 5 67 67
Binary 11001100 1010111 1001101 0 111001 111110 10100 101 110111 110111

Color Harmonies of #CC574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC574D

Black with #CC574D

Text Example


Text Example

White with #CC574D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC574D; }

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

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

background-color css

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

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

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

border-color css

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

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

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