Html Css Color HEX #C02746 Old Rose

📋 copy color: '#C02746'

red 192 ◦ green 39 ◦ blue 70

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

Shades of Old Rose #C02746

Tints of Old Rose #C02746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.26%

R = 63.79%
G = 12.96%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C02746 (or 0xC02746) is known color: Old Rose. HEX triplet: C0, 27 and 46. RGB value is (192,39,70). Sum of RGB (Red+Green+Blue) = 192+39+70=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C02746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02746 is #3FD8B9. Grayscale: #585858. Windows color (decimal): -4184250 or 4597696. OLE color: 4597696.

HSL color Cylindrical-coordinate representation of color #C02746: hue angle of 347.84º 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 #C02746 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 39 70 -
CMYK 0 0.80 0.64 0.25
HSL 347.84º 0.66% 0.45% -
HSV(B) 347.84º 0.8% 0.75% -
XYZ 23.57 13.1 7.08 -
YUV 88.28 117.69 201.98 -
System Red Green Blue C M Y K H S L
Decimal 192 39 70 0 0.80 0.64 0.25 347.84 0.66 0.45
Hex C0 27 46 0 50 40 19 15C 42 2D
Octal 300 47 106 0 120 100 31 534 102 55
Binary 11000000 100111 1000110 0 1010000 1000000 11001 101011100 1000010 101101

Color Harmonies of #C02746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02746

Black with #C02746

Text Example


Text Example

White with #C02746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02746; }

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

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

background-color css

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

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

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

border-color css

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

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

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