Html Css Color HEX #C8264B Old Rose

📋 copy color: '#C8264B'

red 200 ◦ green 38 ◦ blue 75

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

Shades of Old Rose #C8264B

Tints of Old Rose #C8264B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.96%

R = 63.9%
G = 12.14%
B = 23.96%

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

#C8264B (or 0xC8264B) is known color: Old Rose. HEX triplet: C8, 26 and 4B. RGB value is (200,38,75). Sum of RGB (Red+Green+Blue) = 200+38+75=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8264B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8264B is #37D9B4. Grayscale: #5A5A5A. Windows color (decimal): -3660213 or 4925128. OLE color: 4925128.

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

Color convert

RGB 200 38 75 -
CMYK 0 0.81 0.62 0.22
HSL 346.3º 0.68% 0.47% -
HSV(B) 346.3º 0.81% 0.78% -
XYZ 25.78 14.17 8.03 -
YUV 90.66 119.17 205.99 -
System Red Green Blue C M Y K H S L
Decimal 200 38 75 0 0.81 0.62 0.22 346.3 0.68 0.47
Hex C8 26 4B 0 51 3E 16 15A 44 2F
Octal 310 46 113 0 121 76 26 532 104 57
Binary 11001000 100110 1001011 0 1010001 111110 10110 101011010 1000100 101111

Color Harmonies of #C8264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8264B

Black with #C8264B

Text Example


Text Example

White with #C8264B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8264B; }

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

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

background-color css

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

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

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

border-color css

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

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

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