Html Css Color HEX #C6275E Old Rose

📋 copy color: '#C6275E'

red 198 ◦ green 39 ◦ blue 94

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

Shades of Old Rose #C6275E

Tints of Old Rose #C6275E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 59.82%
G = 11.78%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6275E (or 0xC6275E) is known color: Old Rose. HEX triplet: C6, 27 and 5E. RGB value is (198,39,94). Sum of RGB (Red+Green+Blue) = 198+39+94=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C6275E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6275E is #39D8A1. Grayscale: #5C5C5C. Windows color (decimal): -3791010 or 6170566. OLE color: 6170566.

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

Color convert

RGB 198 39 94 -
CMYK 0 0.80 0.53 0.22
HSL 339.25º 0.67% 0.46% -
HSV(B) 339.25º 0.8% 0.78% -
XYZ 26.03 14.26 11.97 -
YUV 92.81 128.68 203.03 -
System Red Green Blue C M Y K H S L
Decimal 198 39 94 0 0.80 0.53 0.22 339.25 0.67 0.46
Hex C6 27 5E 0 50 35 16 153 43 2E
Octal 306 47 136 0 120 65 26 523 103 56
Binary 11000110 100111 1011110 0 1010000 110101 10110 101010011 1000011 101110

Color Harmonies of #C6275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6275E

Black with #C6275E

Text Example


Text Example

White with #C6275E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6275E; }

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

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

background-color css

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

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

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

border-color css

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

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

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