Html Css Color HEX #C8245A Old Rose

📋 copy color: '#C8245A'

red 200 ◦ green 36 ◦ blue 90

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

Shades of Old Rose #C8245A

Tints of Old Rose #C8245A

RGB

 RED value IS 200 (78.52% from 255) = 61.35%

 GREEN value IS 36 (14.45% from 255) = 11.04%

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

R = 61.35%
G = 11.04%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8245A (or 0xC8245A) is known color: Old Rose. HEX triplet: C8, 24 and 5A. RGB value is (200,36,90). Sum of RGB (Red+Green+Blue) = 200+36+90=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C8245A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8245A is #37DBA5. Grayscale: #5B5B5B. Windows color (decimal): -3660710 or 5907656. OLE color: 5907656.

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

Color convert

RGB 200 36 90 -
CMYK 0 0.82 0.55 0.22
HSL 340.24º 0.69% 0.46% -
HSV(B) 340.24º 0.82% 0.78% -
XYZ 26.3 14.28 11.04 -
YUV 91.19 127.33 205.61 -
System Red Green Blue C M Y K H S L
Decimal 200 36 90 0 0.82 0.55 0.22 340.24 0.69 0.46
Hex C8 24 5A 0 52 37 16 154 45 2E
Octal 310 44 132 0 122 67 26 524 105 56
Binary 11001000 100100 1011010 0 1010010 110111 10110 101010100 1000101 101110

Color Harmonies of #C8245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8245A

Black with #C8245A

Text Example


Text Example

White with #C8245A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8245A; }

 p { color: rgb(200,36,90); }

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

background-color css

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

 a { background-color: rgb(200,36,90); }

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

border-color css

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

 span { border-color: rgb(200,36,90); }

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