Html Css Color HEX #C6275C Old Rose

📋 copy color: '#C6275C'

red 198 ◦ green 39 ◦ blue 92

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

Shades of Old Rose #C6275C

Tints of Old Rose #C6275C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.96%

R = 60.18%
G = 11.85%
B = 27.96%

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

#C6275C (or 0xC6275C) is known color: Old Rose. HEX triplet: C6, 27 and 5C. RGB value is (198,39,92). Sum of RGB (Red+Green+Blue) = 198+39+92=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6275C is #39D8A3. Grayscale: #5C5C5C. Windows color (decimal): -3791012 or 6039494. OLE color: 6039494.

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

Color convert

RGB 198 39 92 -
CMYK 0 0.80 0.54 0.22
HSL 340º 0.67% 0.46% -
HSV(B) 340º 0.8% 0.78% -
XYZ 25.95 14.23 11.5 -
YUV 92.58 127.68 203.19 -
System Red Green Blue C M Y K H S L
Decimal 198 39 92 0 0.80 0.54 0.22 340 0.67 0.46
Hex C6 27 5C 0 50 36 16 154 43 2E
Octal 306 47 134 0 120 66 26 524 103 56
Binary 11000110 100111 1011100 0 1010000 110110 10110 101010100 1000011 101110

Color Harmonies of #C6275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6275C

Black with #C6275C

Text Example


Text Example

White with #C6275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6275C; }

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

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

background-color css

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

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

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

border-color css

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

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

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