Html Css Color HEX #CC275A Old Rose

📋 copy color: '#CC275A'

red 204 ◦ green 39 ◦ blue 90

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

Shades of Old Rose #CC275A

Tints of Old Rose #CC275A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.03%

R = 61.26%
G = 11.71%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC275A (or 0xCC275A) is known color: Old Rose. HEX triplet: CC, 27 and 5A. RGB value is (204,39,90). Sum of RGB (Red+Green+Blue) = 204+39+90=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC275A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC275A is #33D8A5. Grayscale: #5E5E5E. Windows color (decimal): -3397798 or 5908428. OLE color: 5908428.

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

Color convert

RGB 204 39 90 -
CMYK 0 0.81 0.56 0.2
HSL 341.45º 0.68% 0.48% -
HSV(B) 341.45º 0.81% 0.8% -
XYZ 27.47 15.03 11.13 -
YUV 94.15 125.66 206.35 -
System Red Green Blue C M Y K H S L
Decimal 204 39 90 0 0.81 0.56 0.2 341.45 0.68 0.48
Hex CC 27 5A 0 51 38 14 155 44 30
Octal 314 47 132 0 121 70 24 525 104 60
Binary 11001100 100111 1011010 0 1010001 111000 10100 101010101 1000100 110000

Color Harmonies of #CC275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC275A

Black with #CC275A

Text Example


Text Example

White with #CC275A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC275A; }

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

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

background-color css

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

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

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

border-color css

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

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

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