Html Css Color HEX #CC274C Old Rose

📋 copy color: '#CC274C'

red 204 ◦ green 39 ◦ blue 76

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

Shades of Old Rose #CC274C

Tints of Old Rose #CC274C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.82%

R = 63.95%
G = 12.23%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC274C (or 0xCC274C) is known color: Old Rose. HEX triplet: CC, 27 and 4C. RGB value is (204,39,76). Sum of RGB (Red+Green+Blue) = 204+39+76=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC274C is #33D8B3. Grayscale: #5C5C5C. Windows color (decimal): -3397812 or 4990924. OLE color: 4990924.

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

Color convert

RGB 204 39 76 -
CMYK 0 0.81 0.63 0.2
HSL 346.55º 0.68% 0.48% -
HSV(B) 346.55º 0.81% 0.8% -
XYZ 26.93 14.81 8.28 -
YUV 92.55 118.66 207.49 -
System Red Green Blue C M Y K H S L
Decimal 204 39 76 0 0.81 0.63 0.2 346.55 0.68 0.48
Hex CC 27 4C 0 51 3F 14 15B 44 30
Octal 314 47 114 0 121 77 24 533 104 60
Binary 11001100 100111 1001100 0 1010001 111111 10100 101011011 1000100 110000

Color Harmonies of #CC274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC274C

Black with #CC274C

Text Example


Text Example

White with #CC274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC274C; }

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

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

background-color css

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

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

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

border-color css

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

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

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