Html Css Color HEX #C62C4B Old Rose

📋 copy color: '#C62C4B'

red 198 ◦ green 44 ◦ blue 75

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

Shades of Old Rose #C62C4B

Tints of Old Rose #C62C4B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.88%

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

R = 62.46%
G = 13.88%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C62C4B (or 0xC62C4B) is known color: Old Rose. HEX triplet: C6, 2C and 4B. RGB value is (198,44,75). Sum of RGB (Red+Green+Blue) = 198+44+75=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62C4B is #39D3B4. Grayscale: #5D5D5D. Windows color (decimal): -3789749 or 4926662. OLE color: 4926662.

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

Color convert

RGB 198 44 75 -
CMYK 0 0.78 0.62 0.22
HSL 347.92º 0.64% 0.47% -
HSV(B) 347.92º 0.78% 0.78% -
XYZ 25.46 14.32 8.08 -
YUV 93.58 117.52 202.48 -
System Red Green Blue C M Y K H S L
Decimal 198 44 75 0 0.78 0.62 0.22 347.92 0.64 0.47
Hex C6 2C 4B 0 4E 3E 16 15C 40 2F
Octal 306 54 113 0 116 76 26 534 100 57
Binary 11000110 101100 1001011 0 1001110 111110 10110 101011100 1000000 101111

Color Harmonies of #C62C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62C4B

Black with #C62C4B

Text Example


Text Example

White with #C62C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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