Html Css Color HEX #C63357 Old Rose

📋 copy color: '#C63357'

red 198 ◦ green 51 ◦ blue 87

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

Shades of Old Rose #C63357

Tints of Old Rose #C63357

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.18%

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

R = 58.93%
G = 15.18%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C63357 (or 0xC63357) is known color: Old Rose. HEX triplet: C6, 33 and 57. RGB value is (198,51,87). Sum of RGB (Red+Green+Blue) = 198+51+87=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C63357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63357 is #39CCA8. Grayscale: #636363. Windows color (decimal): -3787945 or 5714886. OLE color: 5714886.

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

Color convert

RGB 198 51 87 -
CMYK 0 0.74 0.56 0.22
HSL 345.31º 0.59% 0.49% -
HSV(B) 345.31º 0.74% 0.78% -
XYZ 26.19 15.06 10.54 -
YUV 99.06 121.2 198.57 -
System Red Green Blue C M Y K H S L
Decimal 198 51 87 0 0.74 0.56 0.22 345.31 0.59 0.49
Hex C6 33 57 0 4A 38 16 159 3B 31
Octal 306 63 127 0 112 70 26 531 73 61
Binary 11000110 110011 1010111 0 1001010 111000 10110 101011001 111011 110001

Color Harmonies of #C63357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63357

Black with #C63357

Text Example


Text Example

White with #C63357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63357; }

 p { color: rgb(198,51,87); }

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

background-color css

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

 a { background-color: rgb(198,51,87); }

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

border-color css

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

 span { border-color: rgb(198,51,87); }

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