Html Css Color HEX #CC304F Old Rose

📋 copy color: '#CC304F'

red 204 ◦ green 48 ◦ blue 79

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

Shades of Old Rose #CC304F

Tints of Old Rose #CC304F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.87%

R = 61.63%
G = 14.5%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC304F (or 0xCC304F) is known color: Old Rose. HEX triplet: CC, 30 and 4F. RGB value is (204,48,79). Sum of RGB (Red+Green+Blue) = 204+48+79=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC304F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC304F is #33CFB0. Grayscale: #626262. Windows color (decimal): -3395505 or 5189836. OLE color: 5189836.

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

Color convert

RGB 204 48 79 -
CMYK 0 0.76 0.61 0.2
HSL 348.08º 0.62% 0.49% -
HSV(B) 348.08º 0.76% 0.8% -
XYZ 27.37 15.52 8.95 -
YUV 98.18 117.18 203.48 -
System Red Green Blue C M Y K H S L
Decimal 204 48 79 0 0.76 0.61 0.2 348.08 0.62 0.49
Hex CC 30 4F 0 4C 3D 14 15C 3E 31
Octal 314 60 117 0 114 75 24 534 76 61
Binary 11001100 110000 1001111 0 1001100 111101 10100 101011100 111110 110001

Color Harmonies of #CC304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC304F

Black with #CC304F

Text Example


Text Example

White with #CC304F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC304F; }

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

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

background-color css

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

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

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

border-color css

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

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

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