Html Css Color HEX #C8264A Old Rose

📋 copy color: '#C8264A'

red 200 ◦ green 38 ◦ blue 74

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

Shades of Old Rose #C8264A

Tints of Old Rose #C8264A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.72%

R = 64.1%
G = 12.18%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8264A (or 0xC8264A) is known color: Old Rose. HEX triplet: C8, 26 and 4A. RGB value is (200,38,74). Sum of RGB (Red+Green+Blue) = 200+38+74=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C8264A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8264A is #37D9B5. Grayscale: #5A5A5A. Windows color (decimal): -3660214 or 4859592. OLE color: 4859592.

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

Color convert

RGB 200 38 74 -
CMYK 0 0.81 0.63 0.22
HSL 346.67º 0.68% 0.47% -
HSV(B) 346.67º 0.81% 0.78% -
XYZ 25.75 14.16 7.85 -
YUV 90.54 118.67 206.07 -
System Red Green Blue C M Y K H S L
Decimal 200 38 74 0 0.81 0.63 0.22 346.67 0.68 0.47
Hex C8 26 4A 0 51 3F 16 15B 44 2F
Octal 310 46 112 0 121 77 26 533 104 57
Binary 11001000 100110 1001010 0 1010001 111111 10110 101011011 1000100 101111

Color Harmonies of #C8264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8264A

Black with #C8264A

Text Example


Text Example

White with #C8264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8264A; }

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

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

background-color css

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

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

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

border-color css

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

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

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