Html Css Color HEX #C62B4C Old Rose

📋 copy color: '#C62B4C'

red 198 ◦ green 43 ◦ blue 76

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

Shades of Old Rose #C62B4C

Tints of Old Rose #C62B4C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.56%

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

R = 62.46%
G = 13.56%
B = 23.97%

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

#C62B4C (or 0xC62B4C) is known color: Old Rose. HEX triplet: C6, 2B and 4C. RGB value is (198,43,76). Sum of RGB (Red+Green+Blue) = 198+43+76=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62B4C is #39D4B3. Grayscale: #5D5D5D. Windows color (decimal): -3790004 or 4991942. OLE color: 4991942.

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

Color convert

RGB 198 43 76 -
CMYK 0 0.78 0.62 0.22
HSL 347.23º 0.64% 0.47% -
HSV(B) 347.23º 0.78% 0.78% -
XYZ 25.46 14.26 8.25 -
YUV 93.11 118.35 202.82 -
System Red Green Blue C M Y K H S L
Decimal 198 43 76 0 0.78 0.62 0.22 347.23 0.64 0.47
Hex C6 2B 4C 0 4E 3E 16 15B 40 2F
Octal 306 53 114 0 116 76 26 533 100 57
Binary 11000110 101011 1001100 0 1001110 111110 10110 101011011 1000000 101111

Color Harmonies of #C62B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62B4C

Black with #C62B4C

Text Example


Text Example

White with #C62B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62B4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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