Html Css Color HEX #C03257 Old Rose

📋 copy color: '#C03257'

red 192 ◦ green 50 ◦ blue 87

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

Shades of Old Rose #C03257

Tints of Old Rose #C03257

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

 BLUE value IS 87 (34.38% from 255) = 26.44%

R = 58.36%
G = 15.2%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C03257 (or 0xC03257) is known color: Old Rose. HEX triplet: C0, 32 and 57. RGB value is (192,50,87). Sum of RGB (Red+Green+Blue) = 192+50+87=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C03257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03257 is #3FCDA8. Grayscale: #606060. Windows color (decimal): -4181417 or 5714624. OLE color: 5714624.

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

Color convert

RGB 192 50 87 -
CMYK 0 0.74 0.55 0.25
HSL 344.37º 0.59% 0.47% -
HSV(B) 344.37º 0.74% 0.75% -
XYZ 24.6 14.18 10.46 -
YUV 96.68 122.54 195.99 -
System Red Green Blue C M Y K H S L
Decimal 192 50 87 0 0.74 0.55 0.25 344.37 0.59 0.47
Hex C0 32 57 0 4A 37 19 158 3B 2F
Octal 300 62 127 0 112 67 31 530 73 57
Binary 11000000 110010 1010111 0 1001010 110111 11001 101011000 111011 101111

Color Harmonies of #C03257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03257

Black with #C03257

Text Example


Text Example

White with #C03257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03257; }

 p { color: rgb(192,50,87); }

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

background-color css

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

 a { background-color: rgb(192,50,87); }

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

border-color css

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

 span { border-color: rgb(192,50,87); }

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