Html Css Color HEX #C63255 Old Rose

📋 copy color: '#C63255'

red 198 ◦ green 50 ◦ blue 85

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

Shades of Old Rose #C63255

Tints of Old Rose #C63255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.53%

R = 59.46%
G = 15.02%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C63255 (or 0xC63255) is known color: Old Rose. HEX triplet: C6, 32 and 55. RGB value is (198,50,85). Sum of RGB (Red+Green+Blue) = 198+50+85=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C63255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63255 is #39CDAA. Grayscale: #626262. Windows color (decimal): -3788203 or 5583558. OLE color: 5583558.

HSL color Cylindrical-coordinate representation of color #C63255: hue angle of 345.81º 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 #C63255 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 50 85 -
CMYK 0 0.75 0.57 0.22
HSL 345.81º 0.6% 0.49% -
HSV(B) 345.81º 0.75% 0.78% -
XYZ 26.07 14.94 10.1 -
YUV 98.24 120.53 199.15 -
System Red Green Blue C M Y K H S L
Decimal 198 50 85 0 0.75 0.57 0.22 345.81 0.6 0.49
Hex C6 32 55 0 4B 39 16 15A 3C 31
Octal 306 62 125 0 113 71 26 532 74 61
Binary 11000110 110010 1010101 0 1001011 111001 10110 101011010 111100 110001

Color Harmonies of #C63255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63255

Black with #C63255

Text Example


Text Example

White with #C63255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63255; }

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

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

background-color css

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

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

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

border-color css

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

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

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