Html Css Color HEX #C6255B Old Rose

📋 copy color: '#C6255B'

red 198 ◦ green 37 ◦ blue 91

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

Shades of Old Rose #C6255B

Tints of Old Rose #C6255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.35%

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

R = 60.74%
G = 11.35%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6255B (or 0xC6255B) is known color: Old Rose. HEX triplet: C6, 25 and 5B. RGB value is (198,37,91). Sum of RGB (Red+Green+Blue) = 198+37+91=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C6255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6255B is #39DAA4. Grayscale: #5B5B5B. Windows color (decimal): -3791525 or 5973446. OLE color: 5973446.

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

Color convert

RGB 198 37 91 -
CMYK 0 0.81 0.54 0.22
HSL 339.88º 0.69% 0.46% -
HSV(B) 339.88º 0.81% 0.78% -
XYZ 25.84 14.08 11.25 -
YUV 91.3 127.84 204.11 -
System Red Green Blue C M Y K H S L
Decimal 198 37 91 0 0.81 0.54 0.22 339.88 0.69 0.46
Hex C6 25 5B 0 51 36 16 154 45 2E
Octal 306 45 133 0 121 66 26 524 105 56
Binary 11000110 100101 1011011 0 1010001 110110 10110 101010100 1000101 101110

Color Harmonies of #C6255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6255B

Black with #C6255B

Text Example


Text Example

White with #C6255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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