Html Css Color HEX #C4304B Old Rose

📋 copy color: '#C4304B'

red 196 ◦ green 48 ◦ blue 75

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

Shades of Old Rose #C4304B

Tints of Old Rose #C4304B

RGB

 RED value IS 196 (76.95% from 255) = 61.44%

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

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

R = 61.44%
G = 15.05%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4304B (or 0xC4304B) is known color: Old Rose. HEX triplet: C4, 30 and 4B. RGB value is (196,48,75). Sum of RGB (Red+Green+Blue) = 196+48+75=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C4304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4304B is #3BCFB4. Grayscale: #5F5F5F. Windows color (decimal): -3919797 or 4927684. OLE color: 4927684.

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

Color convert

RGB 196 48 75 -
CMYK 0 0.76 0.62 0.23
HSL 349.05º 0.61% 0.48% -
HSV(B) 349.05º 0.76% 0.77% -
XYZ 25.09 14.36 8.11 -
YUV 95.33 116.53 199.8 -
System Red Green Blue C M Y K H S L
Decimal 196 48 75 0 0.76 0.62 0.23 349.05 0.61 0.48
Hex C4 30 4B 0 4C 3E 17 15D 3D 30
Octal 304 60 113 0 114 76 27 535 75 60
Binary 11000100 110000 1001011 0 1001100 111110 10111 101011101 111101 110000

Color Harmonies of #C4304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4304B

Black with #C4304B

Text Example


Text Example

White with #C4304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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