Html Css Color HEX #C63D4B Old Rose

📋 copy color: '#C63D4B'

red 198 ◦ green 61 ◦ blue 75

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

Shades of Old Rose #C63D4B

Tints of Old Rose #C63D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 59.28%
G = 18.26%
B = 22.46%

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

#C63D4B (or 0xC63D4B) is known color: Old Rose. HEX triplet: C6, 3D and 4B. RGB value is (198,61,75). Sum of RGB (Red+Green+Blue) = 198+61+75=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63D4B is #39C2B4. Grayscale: #676767. Windows color (decimal): -3785397 or 4931014. OLE color: 4931014.

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

Color convert

RGB 198 61 75 -
CMYK 0 0.69 0.62 0.22
HSL 353.87º 0.55% 0.51% -
HSV(B) 353.87º 0.69% 0.78% -
XYZ 26.23 15.85 8.33 -
YUV 103.56 111.89 195.36 -
System Red Green Blue C M Y K H S L
Decimal 198 61 75 0 0.69 0.62 0.22 353.87 0.55 0.51
Hex C6 3D 4B 0 45 3E 16 162 37 33
Octal 306 75 113 0 105 76 26 542 67 63
Binary 11000110 111101 1001011 0 1000101 111110 10110 101100010 110111 110011

Color Harmonies of #C63D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63D4B

Black with #C63D4B

Text Example


Text Example

White with #C63D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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