Html Css Color HEX #C63359 Old Rose

📋 copy color: '#C63359'

red 198 ◦ green 51 ◦ blue 89

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

Shades of Old Rose #C63359

Tints of Old Rose #C63359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.33%

R = 58.58%
G = 15.09%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C63359 (or 0xC63359) is known color: Old Rose. HEX triplet: C6, 33 and 59. RGB value is (198,51,89). Sum of RGB (Red+Green+Blue) = 198+51+89=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C63359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63359 is #39CCA6. Grayscale: #636363. Windows color (decimal): -3787943 or 5845958. OLE color: 5845958.

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

Color convert

RGB 198 51 89 -
CMYK 0 0.74 0.55 0.22
HSL 344.49º 0.59% 0.49% -
HSV(B) 344.49º 0.74% 0.78% -
XYZ 26.28 15.09 10.98 -
YUV 99.29 122.2 198.41 -
System Red Green Blue C M Y K H S L
Decimal 198 51 89 0 0.74 0.55 0.22 344.49 0.59 0.49
Hex C6 33 59 0 4A 37 16 158 3B 31
Octal 306 63 131 0 112 67 26 530 73 61
Binary 11000110 110011 1011001 0 1001010 110111 10110 101011000 111011 110001

Color Harmonies of #C63359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63359

Black with #C63359

Text Example


Text Example

White with #C63359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63359; }

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

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

background-color css

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

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

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

border-color css

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

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

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