Html Css Color HEX #C02348 Old Rose

📋 copy color: '#C02348'

red 192 ◦ green 35 ◦ blue 72

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

Shades of Old Rose #C02348

Tints of Old Rose #C02348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.71%

 BLUE value IS 72 (28.52% from 255) = 24.08%

R = 64.21%
G = 11.71%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C02348 (or 0xC02348) is known color: Old Rose. HEX triplet: C0, 23 and 48. RGB value is (192,35,72). Sum of RGB (Red+Green+Blue) = 192+35+72=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C02348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02348 is #3FDCB7. Grayscale: #565656. Windows color (decimal): -4185272 or 4727744. OLE color: 4727744.

HSL color Cylindrical-coordinate representation of color #C02348: hue angle of 345.86º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02348 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 35 72 -
CMYK 0 0.82 0.63 0.25
HSL 345.86º 0.69% 0.45% -
HSV(B) 345.86º 0.82% 0.75% -
XYZ 23.51 12.88 7.38 -
YUV 86.16 120.01 203.49 -
System Red Green Blue C M Y K H S L
Decimal 192 35 72 0 0.82 0.63 0.25 345.86 0.69 0.45
Hex C0 23 48 0 52 3F 19 15A 45 2D
Octal 300 43 110 0 122 77 31 532 105 55
Binary 11000000 100011 1001000 0 1010010 111111 11001 101011010 1000101 101101

Color Harmonies of #C02348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02348

Black with #C02348

Text Example


Text Example

White with #C02348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02348; }

 p { color: rgb(192,35,72); }

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

background-color css

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

 a { background-color: rgb(192,35,72); }

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

border-color css

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

 span { border-color: rgb(192,35,72); }

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