Html Css Color HEX #C6234E Old Rose

📋 copy color: '#C6234E'

red 198 ◦ green 35 ◦ blue 78

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

Shades of Old Rose #C6234E

Tints of Old Rose #C6234E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.25%

 BLUE value IS 78 (30.86% from 255) = 25.08%

R = 63.67%
G = 11.25%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C6234E (or 0xC6234E) is known color: Old Rose. HEX triplet: C6, 23 and 4E. RGB value is (198,35,78). Sum of RGB (Red+Green+Blue) = 198+35+78=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C6234E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6234E is #39DCB1. Grayscale: #585858. Windows color (decimal): -3792050 or 5120966. OLE color: 5120966.

HSL color Cylindrical-coordinate representation of color #C6234E: hue angle of 344.17º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6234E is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 35 78 -
CMYK 0 0.82 0.61 0.22
HSL 344.17º 0.7% 0.46% -
HSV(B) 344.17º 0.82% 0.78% -
XYZ 25.26 13.76 8.53 -
YUV 88.64 122 206 -
System Red Green Blue C M Y K H S L
Decimal 198 35 78 0 0.82 0.61 0.22 344.17 0.7 0.46
Hex C6 23 4E 0 52 3D 16 158 46 2E
Octal 306 43 116 0 122 75 26 530 106 56
Binary 11000110 100011 1001110 0 1010010 111101 10110 101011000 1000110 101110

Color Harmonies of #C6234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6234E

Black with #C6234E

Text Example


Text Example

White with #C6234E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6234E; }

 p { color: rgb(198,35,78); }

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

background-color css

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

 a { background-color: rgb(198,35,78); }

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

border-color css

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

 span { border-color: rgb(198,35,78); }

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