Html Css Color HEX #CC5950 Valencia

📋 copy color: '#CC5950'

red 204 ◦ green 89 ◦ blue 80

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

Shades of Valencia #CC5950

Tints of Valencia #CC5950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.86%

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

R = 54.69%
G = 23.86%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC5950 (or 0xCC5950) is known color: Valencia. HEX triplet: CC, 59 and 50. RGB value is (204,89,80). Sum of RGB (Red+Green+Blue) = 204+89+80=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5950 is #33A6AF. Grayscale: #7A7A7A. Windows color (decimal): -3385008 or 5265868. OLE color: 5265868.

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

Color convert

RGB 204 89 80 -
CMYK 0 0.56 0.61 0.2
HSL 4.35º 0.55% 0.56% -
HSV(B) 4.35º 0.61% 0.8% -
XYZ 29.92 20.56 9.98 -
YUV 122.36 104.1 186.23 -
System Red Green Blue C M Y K H S L
Decimal 204 89 80 0 0.56 0.61 0.2 4.35 0.55 0.56
Hex CC 59 50 0 38 3D 14 4 37 38
Octal 314 131 120 0 70 75 24 4 67 70
Binary 11001100 1011001 1010000 0 111000 111101 10100 100 110111 111000

Color Harmonies of #CC5950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5950

Black with #CC5950

Text Example


Text Example

White with #CC5950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5950; }

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

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

background-color css

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

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

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

border-color css

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

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

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