Html Css Color HEX #C6275B Old Rose

📋 copy color: '#C6275B'

red 198 ◦ green 39 ◦ blue 91

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

Shades of Old Rose #C6275B

Tints of Old Rose #C6275B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.74%

R = 60.37%
G = 11.89%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6275B (or 0xC6275B) is known color: Old Rose. HEX triplet: C6, 27 and 5B. RGB value is (198,39,91). Sum of RGB (Red+Green+Blue) = 198+39+91=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C6275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6275B is #39D8A4. Grayscale: #5C5C5C. Windows color (decimal): -3791013 or 5973958. OLE color: 5973958.

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

Color convert

RGB 198 39 91 -
CMYK 0 0.80 0.54 0.22
HSL 340.38º 0.67% 0.46% -
HSV(B) 340.38º 0.8% 0.78% -
XYZ 25.9 14.21 11.28 -
YUV 92.47 127.18 203.27 -
System Red Green Blue C M Y K H S L
Decimal 198 39 91 0 0.80 0.54 0.22 340.38 0.67 0.46
Hex C6 27 5B 0 50 36 16 154 43 2E
Octal 306 47 133 0 120 66 26 524 103 56
Binary 11000110 100111 1011011 0 1010000 110110 10110 101010100 1000011 101110

Color Harmonies of #C6275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6275B

Black with #C6275B

Text Example


Text Example

White with #C6275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6275B; }

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

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

background-color css

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

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

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

border-color css

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

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

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