Html Css Color HEX #CC2750 Old Rose

📋 copy color: '#CC2750'

red 204 ◦ green 39 ◦ blue 80

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

Shades of Old Rose #CC2750

Tints of Old Rose #CC2750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.07%

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

R = 63.16%
G = 12.07%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC2750 (or 0xCC2750) is known color: Old Rose. HEX triplet: CC, 27 and 50. RGB value is (204,39,80). Sum of RGB (Red+Green+Blue) = 204+39+80=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2750 is #33D8AF. Grayscale: #5D5D5D. Windows color (decimal): -3397808 or 5253068. OLE color: 5253068.

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

Color convert

RGB 204 39 80 -
CMYK 0 0.81 0.61 0.2
HSL 345.09º 0.68% 0.48% -
HSV(B) 345.09º 0.81% 0.8% -
XYZ 27.08 14.87 9.03 -
YUV 93.01 120.66 207.17 -
System Red Green Blue C M Y K H S L
Decimal 204 39 80 0 0.81 0.61 0.2 345.09 0.68 0.48
Hex CC 27 50 0 51 3D 14 159 44 30
Octal 314 47 120 0 121 75 24 531 104 60
Binary 11001100 100111 1010000 0 1010001 111101 10100 101011001 1000100 110000

Color Harmonies of #CC2750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2750

Black with #CC2750

Text Example


Text Example

White with #CC2750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2750; }

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

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

background-color css

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

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

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

border-color css

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

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

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