Html Css Color HEX #C63D4C Old Rose

📋 copy color: '#C63D4C'

red 198 ◦ green 61 ◦ blue 76

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

Shades of Old Rose #C63D4C

Tints of Old Rose #C63D4C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.21%

 BLUE value IS 76 (30.08% from 255) = 22.69%

R = 59.1%
G = 18.21%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C63D4C (or 0xC63D4C) is known color: Old Rose. HEX triplet: C6, 3D and 4C. RGB value is (198,61,76). Sum of RGB (Red+Green+Blue) = 198+61+76=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63D4C is #39C2B3. Grayscale: #676767. Windows color (decimal): -3785396 or 4996550. OLE color: 4996550.

HSL color Cylindrical-coordinate representation of color #C63D4C: hue angle of 353.43º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63D4C is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 61 76 -
CMYK 0 0.69 0.62 0.22
HSL 353.43º 0.55% 0.51% -
HSV(B) 353.43º 0.69% 0.78% -
XYZ 26.26 15.87 8.52 -
YUV 103.67 112.39 195.28 -
System Red Green Blue C M Y K H S L
Decimal 198 61 76 0 0.69 0.62 0.22 353.43 0.55 0.51
Hex C6 3D 4C 0 45 3E 16 161 37 33
Octal 306 75 114 0 105 76 26 541 67 63
Binary 11000110 111101 1001100 0 1000101 111110 10110 101100001 110111 110011

Color Harmonies of #C63D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63D4C

Black with #C63D4C

Text Example


Text Example

White with #C63D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63D4C; }

 p { color: rgb(198,61,76); }

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

background-color css

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

 a { background-color: rgb(198,61,76); }

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

border-color css

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

 span { border-color: rgb(198,61,76); }

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