Html Css Color HEX #CC5F50 Sunglo

📋 copy color: '#CC5F50'

red 204 ◦ green 95 ◦ blue 80

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

Shades of Sunglo #CC5F50

Tints of Sunglo #CC5F50

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.07%

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

R = 53.83%
G = 25.07%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC5F50 (or 0xCC5F50) is known color: Sunglo. HEX triplet: CC, 5F and 50. RGB value is (204,95,80). Sum of RGB (Red+Green+Blue) = 204+95+80=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5F50 is #33A0AF. Grayscale: #7E7E7E. Windows color (decimal): -3383472 or 5267404. OLE color: 5267404.

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

Color convert

RGB 204 95 80 -
CMYK 0 0.53 0.61 0.2
HSL 7.26º 0.55% 0.56% -
HSV(B) 7.26º 0.61% 0.8% -
XYZ 30.44 21.6 10.15 -
YUV 125.88 102.11 183.72 -
System Red Green Blue C M Y K H S L
Decimal 204 95 80 0 0.53 0.61 0.2 7.26 0.55 0.56
Hex CC 5F 50 0 35 3D 14 7 37 38
Octal 314 137 120 0 65 75 24 7 67 70
Binary 11001100 1011111 1010000 0 110101 111101 10100 111 110111 111000

Color Harmonies of #CC5F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5F50

Black with #CC5F50

Text Example


Text Example

White with #CC5F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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