Html Css Color HEX #C62750 Old Rose

📋 copy color: '#C62750'

red 198 ◦ green 39 ◦ blue 80

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

Shades of Old Rose #C62750

Tints of Old Rose #C62750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.3%

 BLUE value IS 80 (31.64% from 255) = 25.24%

R = 62.46%
G = 12.3%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C62750 (or 0xC62750) is known color: Old Rose. HEX triplet: C6, 27 and 50. RGB value is (198,39,80). Sum of RGB (Red+Green+Blue) = 198+39+80=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C62750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62750 is #39D8AF. Grayscale: #5B5B5B. Windows color (decimal): -3791024 or 5253062. OLE color: 5253062.

HSL color Cylindrical-coordinate representation of color #C62750: hue angle of 344.53º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62750 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 39 80 -
CMYK 0 0.80 0.60 0.22
HSL 344.53º 0.67% 0.46% -
HSV(B) 344.53º 0.8% 0.78% -
XYZ 25.46 14.04 8.96 -
YUV 91.22 121.68 204.17 -
System Red Green Blue C M Y K H S L
Decimal 198 39 80 0 0.80 0.60 0.22 344.53 0.67 0.46
Hex C6 27 50 0 50 3C 16 159 43 2E
Octal 306 47 120 0 120 74 26 531 103 56
Binary 11000110 100111 1010000 0 1010000 111100 10110 101011001 1000011 101110

Color Harmonies of #C62750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62750

Black with #C62750

Text Example


Text Example

White with #C62750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62750; }

 p { color: rgb(198,39,80); }

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

background-color css

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

 a { background-color: rgb(198,39,80); }

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

border-color css

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

 span { border-color: rgb(198,39,80); }

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