Html Css Color HEX #C63258 Old Rose

📋 copy color: '#C63258'

red 198 ◦ green 50 ◦ blue 88

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

Shades of Old Rose #C63258

Tints of Old Rose #C63258

RGB

 RED value IS 198 (77.73% from 255) = 58.93%

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

 BLUE value IS 88 (34.77% from 255) = 26.19%

R = 58.93%
G = 14.88%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C63258 (or 0xC63258) is known color: Old Rose. HEX triplet: C6, 32 and 58. RGB value is (198,50,88). Sum of RGB (Red+Green+Blue) = 198+50+88=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C63258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63258 is #39CDA7. Grayscale: #626262. Windows color (decimal): -3788200 or 5780166. OLE color: 5780166.

HSL color Cylindrical-coordinate representation of color #C63258: hue angle of 344.59º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63258 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 50 88 -
CMYK 0 0.75 0.56 0.22
HSL 344.59º 0.6% 0.49% -
HSV(B) 344.59º 0.75% 0.78% -
XYZ 26.19 14.99 10.75 -
YUV 98.58 122.03 198.91 -
System Red Green Blue C M Y K H S L
Decimal 198 50 88 0 0.75 0.56 0.22 344.59 0.6 0.49
Hex C6 32 58 0 4B 38 16 159 3C 31
Octal 306 62 130 0 113 70 26 531 74 61
Binary 11000110 110010 1011000 0 1001011 111000 10110 101011001 111100 110001

Color Harmonies of #C63258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63258

Black with #C63258

Text Example


Text Example

White with #C63258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63258; }

 p { color: rgb(198,50,88); }

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

background-color css

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

 a { background-color: rgb(198,50,88); }

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

border-color css

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

 span { border-color: rgb(198,50,88); }

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