Html Css Color HEX #C03164 Old Rose

📋 copy color: '#C03164'

red 192 ◦ green 49 ◦ blue 100

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

Shades of Old Rose #C03164

Tints of Old Rose #C03164

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.37%

 BLUE value IS 100 (39.45% from 255) = 29.33%

R = 56.3%
G = 14.37%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C03164 (or 0xC03164) is known color: Old Rose. HEX triplet: C0, 31 and 64. RGB value is (192,49,100). Sum of RGB (Red+Green+Blue) = 192+49+100=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C03164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03164 is #3FCE9B. Grayscale: #616161. Windows color (decimal): -4181660 or 6566336. OLE color: 6566336.

HSL color Cylindrical-coordinate representation of color #C03164: hue angle of 338.6º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03164 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 100 -
CMYK 0 0.74 0.48 0.25
HSL 338.6º 0.59% 0.47% -
HSV(B) 338.6º 0.74% 0.75% -
XYZ 25.14 14.32 13.5 -
YUV 97.57 129.38 195.35 -
System Red Green Blue C M Y K H S L
Decimal 192 49 100 0 0.74 0.48 0.25 338.6 0.59 0.47
Hex C0 31 64 0 4A 30 19 153 3B 2F
Octal 300 61 144 0 112 60 31 523 73 57
Binary 11000000 110001 1100100 0 1001010 110000 11001 101010011 111011 101111

Color Harmonies of #C03164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03164

Black with #C03164

Text Example


Text Example

White with #C03164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03164; }

 p { color: rgb(192,49,100); }

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

background-color css

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

 a { background-color: rgb(192,49,100); }

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

border-color css

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

 span { border-color: rgb(192,49,100); }

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