Html Css Color HEX #CC5750 Valencia

📋 copy color: '#CC5750'

red 204 ◦ green 87 ◦ blue 80

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

Shades of Valencia #CC5750

Tints of Valencia #CC5750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.56%

R = 54.99%
G = 23.45%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC5750 (or 0xCC5750) is known color: Valencia. HEX triplet: CC, 57 and 50. RGB value is (204,87,80). Sum of RGB (Red+Green+Blue) = 204+87+80=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5750 is #33A8AF. Grayscale: #797979. Windows color (decimal): -3385520 or 5265356. OLE color: 5265356.

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

Color convert

RGB 204 87 80 -
CMYK 0 0.57 0.61 0.2
HSL 3.39º 0.55% 0.56% -
HSV(B) 3.39º 0.61% 0.8% -
XYZ 29.76 20.23 9.93 -
YUV 121.19 104.76 187.07 -
System Red Green Blue C M Y K H S L
Decimal 204 87 80 0 0.57 0.61 0.2 3.39 0.55 0.56
Hex CC 57 50 0 39 3D 14 3 37 38
Octal 314 127 120 0 71 75 24 3 67 70
Binary 11001100 1010111 1010000 0 111001 111101 10100 11 110111 111000

Color Harmonies of #CC5750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5750

Black with #CC5750

Text Example


Text Example

White with #CC5750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5750; }

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

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

background-color css

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

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

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

border-color css

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

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

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