Html Css Color HEX #C8264C Old Rose

📋 copy color: '#C8264C'

red 200 ◦ green 38 ◦ blue 76

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

Shades of Old Rose #C8264C

Tints of Old Rose #C8264C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.1%

 BLUE value IS 76 (30.08% from 255) = 24.2%

R = 63.69%
G = 12.1%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8264C (or 0xC8264C) is known color: Old Rose. HEX triplet: C8, 26 and 4C. RGB value is (200,38,76). Sum of RGB (Red+Green+Blue) = 200+38+76=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C8264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8264C is #37D9B3. Grayscale: #5A5A5A. Windows color (decimal): -3660212 or 4990664. OLE color: 4990664.

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

Color convert

RGB 200 38 76 -
CMYK 0 0.81 0.62 0.22
HSL 345.93º 0.68% 0.47% -
HSV(B) 345.93º 0.81% 0.78% -
XYZ 25.82 14.19 8.22 -
YUV 90.77 119.67 205.91 -
System Red Green Blue C M Y K H S L
Decimal 200 38 76 0 0.81 0.62 0.22 345.93 0.68 0.47
Hex C8 26 4C 0 51 3E 16 15A 44 2F
Octal 310 46 114 0 121 76 26 532 104 57
Binary 11001000 100110 1001100 0 1010001 111110 10110 101011010 1000100 101111

Color Harmonies of #C8264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8264C

Black with #C8264C

Text Example


Text Example

White with #C8264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8264C; }

 p { color: rgb(200,38,76); }

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

background-color css

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

 a { background-color: rgb(200,38,76); }

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

border-color css

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

 span { border-color: rgb(200,38,76); }

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