Html Css Color HEX #C02646 Old Rose

📋 copy color: '#C02646'

red 192 ◦ green 38 ◦ blue 70

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

Shades of Old Rose #C02646

Tints of Old Rose #C02646

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.67%

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

R = 64%
G = 12.67%
B = 23.33%

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

#C02646 (or 0xC02646) is known color: Old Rose. HEX triplet: C0, 26 and 46. RGB value is (192,38,70). Sum of RGB (Red+Green+Blue) = 192+38+70=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C02646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02646 is #3FD9B9. Grayscale: #575757. Windows color (decimal): -4184506 or 4597440. OLE color: 4597440.

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

Color convert

RGB 192 38 70 -
CMYK 0 0.80 0.64 0.25
HSL 347.53º 0.67% 0.45% -
HSV(B) 347.53º 0.8% 0.75% -
XYZ 23.54 13.03 7.07 -
YUV 87.69 118.02 202.4 -
System Red Green Blue C M Y K H S L
Decimal 192 38 70 0 0.80 0.64 0.25 347.53 0.67 0.45
Hex C0 26 46 0 50 40 19 15C 43 2D
Octal 300 46 106 0 120 100 31 534 103 55
Binary 11000000 100110 1000110 0 1010000 1000000 11001 101011100 1000011 101101

Color Harmonies of #C02646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02646

Black with #C02646

Text Example


Text Example

White with #C02646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02646; }

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

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

background-color css

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

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

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

border-color css

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

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

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