Html Css Color HEX #C63253 Old Rose

📋 copy color: '#C63253'

red 198 ◦ green 50 ◦ blue 83

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

Shades of Old Rose #C63253

Tints of Old Rose #C63253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.08%

R = 59.82%
G = 15.11%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C63253 (or 0xC63253) is known color: Old Rose. HEX triplet: C6, 32 and 53. RGB value is (198,50,83). Sum of RGB (Red+Green+Blue) = 198+50+83=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C63253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63253 is #39CDAC. Grayscale: #626262. Windows color (decimal): -3788205 or 5452486. OLE color: 5452486.

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

Color convert

RGB 198 50 83 -
CMYK 0 0.75 0.58 0.22
HSL 346.62º 0.6% 0.49% -
HSV(B) 346.62º 0.75% 0.78% -
XYZ 25.99 14.91 9.69 -
YUV 98.01 119.53 199.32 -
System Red Green Blue C M Y K H S L
Decimal 198 50 83 0 0.75 0.58 0.22 346.62 0.6 0.49
Hex C6 32 53 0 4B 3A 16 15B 3C 31
Octal 306 62 123 0 113 72 26 533 74 61
Binary 11000110 110010 1010011 0 1001011 111010 10110 101011011 111100 110001

Color Harmonies of #C63253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63253

Black with #C63253

Text Example


Text Example

White with #C63253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63253; }

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

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

background-color css

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

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

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

border-color css

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

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

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