Html Css Color HEX #C7304B Old Rose

📋 copy color: '#C7304B'

red 199 ◦ green 48 ◦ blue 75

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

Shades of Old Rose #C7304B

Tints of Old Rose #C7304B

RGB

 RED value IS 199 (78.13% from 255) = 61.8%

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

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

R = 61.8%
G = 14.91%
B = 23.29%

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

#C7304B (or 0xC7304B) is known color: Old Rose. HEX triplet: C7, 30 and 4B. RGB value is (199,48,75). Sum of RGB (Red+Green+Blue) = 199+48+75=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C7304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7304B is #38CFB4. Grayscale: #606060. Windows color (decimal): -3723189 or 4927687. OLE color: 4927687.

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

Color convert

RGB 199 48 75 -
CMYK 0 0.76 0.62 0.22
HSL 349.27º 0.61% 0.48% -
HSV(B) 349.27º 0.76% 0.78% -
XYZ 25.88 14.76 8.14 -
YUV 96.23 116.03 201.3 -
System Red Green Blue C M Y K H S L
Decimal 199 48 75 0 0.76 0.62 0.22 349.27 0.61 0.48
Hex C7 30 4B 0 4C 3E 16 15D 3D 30
Octal 307 60 113 0 114 76 26 535 75 60
Binary 11000111 110000 1001011 0 1001100 111110 10110 101011101 111101 110000

Color Harmonies of #C7304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7304B

Black with #C7304B

Text Example


Text Example

White with #C7304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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