Html Css Color HEX #C8304B Old Rose

📋 copy color: '#C8304B'

red 200 ◦ green 48 ◦ blue 75

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

Shades of Old Rose #C8304B

Tints of Old Rose #C8304B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.86%

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

R = 61.92%
G = 14.86%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8304B (or 0xC8304B) is known color: Old Rose. HEX triplet: C8, 30 and 4B. RGB value is (200,48,75). Sum of RGB (Red+Green+Blue) = 200+48+75=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C8304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8304B is #37CFB4. Grayscale: #606060. Windows color (decimal): -3657653 or 4927688. OLE color: 4927688.

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

Color convert

RGB 200 48 75 -
CMYK 0 0.76 0.62 0.22
HSL 349.34º 0.61% 0.49% -
HSV(B) 349.34º 0.76% 0.78% -
XYZ 26.15 14.9 8.15 -
YUV 96.53 115.86 201.8 -
System Red Green Blue C M Y K H S L
Decimal 200 48 75 0 0.76 0.62 0.22 349.34 0.61 0.49
Hex C8 30 4B 0 4C 3E 16 15D 3D 31
Octal 310 60 113 0 114 76 26 535 75 61
Binary 11001000 110000 1001011 0 1001100 111110 10110 101011101 111101 110001

Color Harmonies of #C8304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8304B

Black with #C8304B

Text Example


Text Example

White with #C8304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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