Html Css Color HEX #C0274C Old Rose

📋 copy color: '#C0274C'

red 192 ◦ green 39 ◦ blue 76

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

Shades of Old Rose #C0274C

Tints of Old Rose #C0274C

RGB

 RED value IS 192 (75.39% from 255) = 62.54%

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

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

R = 62.54%
G = 12.7%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0274C (or 0xC0274C) is known color: Old Rose. HEX triplet: C0, 27 and 4C. RGB value is (192,39,76). Sum of RGB (Red+Green+Blue) = 192+39+76=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C0274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0274C is #3FD8B3. Grayscale: #585858. Windows color (decimal): -4184244 or 4990912. OLE color: 4990912.

HSL color Cylindrical-coordinate representation of color #C0274C: hue angle of 345.49º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0274C is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 39 76 -
CMYK 0 0.80 0.60 0.25
HSL 345.49º 0.66% 0.45% -
HSV(B) 345.49º 0.8% 0.75% -
XYZ 23.77 13.18 8.13 -
YUV 88.97 120.69 201.49 -
System Red Green Blue C M Y K H S L
Decimal 192 39 76 0 0.80 0.60 0.25 345.49 0.66 0.45
Hex C0 27 4C 0 50 3C 19 159 42 2D
Octal 300 47 114 0 120 74 31 531 102 55
Binary 11000000 100111 1001100 0 1010000 111100 11001 101011001 1000010 101101

Color Harmonies of #C0274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0274C

Black with #C0274C

Text Example


Text Example

White with #C0274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0274C; }

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

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

background-color css

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

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

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

border-color css

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

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

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