Html Css Color HEX #CC574B Valencia

📋 copy color: '#CC574B'

red 204 ◦ green 87 ◦ blue 75

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

Shades of Valencia #CC574B

Tints of Valencia #CC574B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.49%

R = 55.74%
G = 23.77%
B = 20.49%

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

#CC574B (or 0xCC574B) is known color: Valencia. HEX triplet: CC, 57 and 4B. RGB value is (204,87,75). Sum of RGB (Red+Green+Blue) = 204+87+75=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC574B is #33A8B4. Grayscale: #787878. Windows color (decimal): -3385525 or 4937676. OLE color: 4937676.

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

Color convert

RGB 204 87 75 -
CMYK 0 0.57 0.63 0.2
HSL 5.58º 0.56% 0.55% -
HSV(B) 5.58º 0.63% 0.8% -
XYZ 29.58 20.16 8.99 -
YUV 120.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 204 87 75 0 0.57 0.63 0.2 5.58 0.56 0.55
Hex CC 57 4B 0 39 3F 14 6 38 37
Octal 314 127 113 0 71 77 24 6 70 67
Binary 11001100 1010111 1001011 0 111001 111111 10100 110 111000 110111

Color Harmonies of #CC574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC574B

Black with #CC574B

Text Example


Text Example

White with #CC574B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC574B; }

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

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

background-color css

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

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

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

border-color css

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

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

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