Html Css Color HEX #CC274D Old Rose

📋 copy color: '#CC274D'

red 204 ◦ green 39 ◦ blue 77

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

Shades of Old Rose #CC274D

Tints of Old Rose #CC274D

RGB

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

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

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

R = 63.75%
G = 12.19%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC274D (or 0xCC274D) is known color: Old Rose. HEX triplet: CC, 27 and 4D. RGB value is (204,39,77). Sum of RGB (Red+Green+Blue) = 204+39+77=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC274D is #33D8B2. Grayscale: #5C5C5C. Windows color (decimal): -3397811 or 5056460. OLE color: 5056460.

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

Color convert

RGB 204 39 77 -
CMYK 0 0.81 0.62 0.2
HSL 346.18º 0.68% 0.48% -
HSV(B) 346.18º 0.81% 0.8% -
XYZ 26.97 14.82 8.46 -
YUV 92.67 119.16 207.41 -
System Red Green Blue C M Y K H S L
Decimal 204 39 77 0 0.81 0.62 0.2 346.18 0.68 0.48
Hex CC 27 4D 0 51 3E 14 15A 44 30
Octal 314 47 115 0 121 76 24 532 104 60
Binary 11001100 100111 1001101 0 1010001 111110 10100 101011010 1000100 110000

Color Harmonies of #CC274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC274D

Black with #CC274D

Text Example


Text Example

White with #CC274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC274D; }

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

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

background-color css

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

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

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

border-color css

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

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

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