Html Css Color HEX #C6234D Old Rose

📋 copy color: '#C6234D'

red 198 ◦ green 35 ◦ blue 77

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

Shades of Old Rose #C6234D

Tints of Old Rose #C6234D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.84%

R = 63.87%
G = 11.29%
B = 24.84%

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

#C6234D (or 0xC6234D) is known color: Old Rose. HEX triplet: C6, 23 and 4D. RGB value is (198,35,77). Sum of RGB (Red+Green+Blue) = 198+35+77=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C6234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6234D is #39DCB2. Grayscale: #585858. Windows color (decimal): -3792051 or 5055430. OLE color: 5055430.

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

Color convert

RGB 198 35 77 -
CMYK 0 0.82 0.61 0.22
HSL 344.54º 0.7% 0.46% -
HSV(B) 344.54º 0.82% 0.78% -
XYZ 25.23 13.74 8.34 -
YUV 88.53 121.5 206.08 -
System Red Green Blue C M Y K H S L
Decimal 198 35 77 0 0.82 0.61 0.22 344.54 0.7 0.46
Hex C6 23 4D 0 52 3D 16 159 46 2E
Octal 306 43 115 0 122 75 26 531 106 56
Binary 11000110 100011 1001101 0 1010010 111101 10110 101011001 1000110 101110

Color Harmonies of #C6234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6234D

Black with #C6234D

Text Example


Text Example

White with #C6234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6234D; }

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

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

background-color css

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

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

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

border-color css

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

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

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