Html Css Color HEX #C6225E Old Rose

📋 copy color: '#C6225E'

red 198 ◦ green 34 ◦ blue 94

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

Shades of Old Rose #C6225E

Tints of Old Rose #C6225E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.43%

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

R = 60.74%
G = 10.43%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6225E (or 0xC6225E) is known color: Old Rose. HEX triplet: C6, 22 and 5E. RGB value is (198,34,94). Sum of RGB (Red+Green+Blue) = 198+34+94=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C6225E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6225E is #39DDA1. Grayscale: #595959. Windows color (decimal): -3792290 or 6169286. OLE color: 6169286.

HSL color Cylindrical-coordinate representation of color #C6225E: hue angle of 338.05º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6225E is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 34 94 -
CMYK 0 0.83 0.53 0.22
HSL 338.05º 0.71% 0.45% -
HSV(B) 338.05º 0.83% 0.78% -
XYZ 25.88 13.96 11.92 -
YUV 89.88 130.33 205.12 -
System Red Green Blue C M Y K H S L
Decimal 198 34 94 0 0.83 0.53 0.22 338.05 0.71 0.45
Hex C6 22 5E 0 53 35 16 152 47 2D
Octal 306 42 136 0 123 65 26 522 107 55
Binary 11000110 100010 1011110 0 1010011 110101 10110 101010010 1000111 101101

Color Harmonies of #C6225E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6225E

Black with #C6225E

Text Example


Text Example

White with #C6225E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6225E; }

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

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

background-color css

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

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

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

border-color css

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

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

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