Html Css Color HEX #C8245F Old Rose

📋 copy color: '#C8245F'

red 200 ◦ green 36 ◦ blue 95

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

Shades of Old Rose #C8245F

Tints of Old Rose #C8245F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.7%

R = 60.42%
G = 10.88%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8245F (or 0xC8245F) is known color: Old Rose. HEX triplet: C8, 24 and 5F. RGB value is (200,36,95). Sum of RGB (Red+Green+Blue) = 200+36+95=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8245F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8245F is #37DBA0. Grayscale: #5B5B5B. Windows color (decimal): -3660705 or 6235336. OLE color: 6235336.

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

Color convert

RGB 200 36 95 -
CMYK 0 0.82 0.52 0.22
HSL 338.41º 0.69% 0.46% -
HSV(B) 338.41º 0.82% 0.78% -
XYZ 26.52 14.37 12.2 -
YUV 91.76 129.83 205.2 -
System Red Green Blue C M Y K H S L
Decimal 200 36 95 0 0.82 0.52 0.22 338.41 0.69 0.46
Hex C8 24 5F 0 52 34 16 152 45 2E
Octal 310 44 137 0 122 64 26 522 105 56
Binary 11001000 100100 1011111 0 1010010 110100 10110 101010010 1000101 101110

Color Harmonies of #C8245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8245F

Black with #C8245F

Text Example


Text Example

White with #C8245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8245F; }

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

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

background-color css

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

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

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

border-color css

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

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

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