Html Css Color HEX #CC304D Old Rose

📋 copy color: '#CC304D'

red 204 ◦ green 48 ◦ blue 77

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

Shades of Old Rose #CC304D

Tints of Old Rose #CC304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.59%

 BLUE value IS 77 (30.47% from 255) = 23.4%

R = 62.01%
G = 14.59%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC304D (or 0xCC304D) is known color: Old Rose. HEX triplet: CC, 30 and 4D. RGB value is (204,48,77). Sum of RGB (Red+Green+Blue) = 204+48+77=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC304D is #33CFB2. Grayscale: #616161. Windows color (decimal): -3395507 or 5058764. OLE color: 5058764.

HSL color Cylindrical-coordinate representation of color #CC304D: hue angle of 348.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC304D is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 48 77 -
CMYK 0 0.76 0.62 0.2
HSL 348.85º 0.62% 0.49% -
HSV(B) 348.85º 0.76% 0.8% -
XYZ 27.3 15.49 8.57 -
YUV 97.95 116.18 203.64 -
System Red Green Blue C M Y K H S L
Decimal 204 48 77 0 0.76 0.62 0.2 348.85 0.62 0.49
Hex CC 30 4D 0 4C 3E 14 15D 3E 31
Octal 314 60 115 0 114 76 24 535 76 61
Binary 11001100 110000 1001101 0 1001100 111110 10100 101011101 111110 110001

Color Harmonies of #CC304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC304D

Black with #CC304D

Text Example


Text Example

White with #CC304D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC304D; }

 p { color: rgb(204,48,77); }

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

background-color css

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

 a { background-color: rgb(204,48,77); }

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

border-color css

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

 span { border-color: rgb(204,48,77); }

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