Html Css Color HEX #C63D4D Old Rose

📋 copy color: '#C63D4D'

red 198 ◦ green 61 ◦ blue 77

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

Shades of Old Rose #C63D4D

Tints of Old Rose #C63D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.92%

R = 58.93%
G = 18.15%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C63D4D (or 0xC63D4D) is known color: Old Rose. HEX triplet: C6, 3D and 4D. RGB value is (198,61,77). Sum of RGB (Red+Green+Blue) = 198+61+77=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63D4D is #39C2B2. Grayscale: #676767. Windows color (decimal): -3785395 or 5062086. OLE color: 5062086.

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

Color convert

RGB 198 61 77 -
CMYK 0 0.69 0.61 0.22
HSL 352.99º 0.55% 0.51% -
HSV(B) 352.99º 0.69% 0.78% -
XYZ 26.3 15.88 8.7 -
YUV 103.79 112.89 195.2 -
System Red Green Blue C M Y K H S L
Decimal 198 61 77 0 0.69 0.61 0.22 352.99 0.55 0.51
Hex C6 3D 4D 0 45 3D 16 161 37 33
Octal 306 75 115 0 105 75 26 541 67 63
Binary 11000110 111101 1001101 0 1000101 111101 10110 101100001 110111 110011

Color Harmonies of #C63D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63D4D

Black with #C63D4D

Text Example


Text Example

White with #C63D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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