Html Css Color HEX #C6225A Old Rose

📋 copy color: '#C6225A'

red 198 ◦ green 34 ◦ blue 90

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

Shades of Old Rose #C6225A

Tints of Old Rose #C6225A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.95%

R = 61.49%
G = 10.56%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C6225A (or 0xC6225A) is known color: Old Rose. HEX triplet: C6, 22 and 5A. RGB value is (198,34,90). Sum of RGB (Red+Green+Blue) = 198+34+90=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C6225A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6225A is #39DDA5. Grayscale: #595959. Windows color (decimal): -3792294 or 5907142. OLE color: 5907142.

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

Color convert

RGB 198 34 90 -
CMYK 0 0.83 0.55 0.22
HSL 339.51º 0.71% 0.45% -
HSV(B) 339.51º 0.83% 0.78% -
XYZ 25.71 13.89 11 -
YUV 89.42 128.33 205.45 -
System Red Green Blue C M Y K H S L
Decimal 198 34 90 0 0.83 0.55 0.22 339.51 0.71 0.45
Hex C6 22 5A 0 53 37 16 154 47 2D
Octal 306 42 132 0 123 67 26 524 107 55
Binary 11000110 100010 1011010 0 1010011 110111 10110 101010100 1000111 101101

Color Harmonies of #C6225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6225A

Black with #C6225A

Text Example


Text Example

White with #C6225A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6225A; }

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

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

background-color css

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

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

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

border-color css

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

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

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