Html Css Color HEX #C7284B Old Rose

📋 copy color: '#C7284B'

red 199 ◦ green 40 ◦ blue 75

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

Shades of Old Rose #C7284B

Tints of Old Rose #C7284B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.74%

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

R = 63.38%
G = 12.74%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7284B (or 0xC7284B) is known color: Old Rose. HEX triplet: C7, 28 and 4B. RGB value is (199,40,75). Sum of RGB (Red+Green+Blue) = 199+40+75=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C7284B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7284B is #38D7B4. Grayscale: #5B5B5B. Windows color (decimal): -3725237 or 4925639. OLE color: 4925639.

HSL color Cylindrical-coordinate representation of color #C7284B: hue angle of 346.79º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7284B is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 40 75 -
CMYK 0 0.80 0.62 0.22
HSL 346.79º 0.67% 0.47% -
HSV(B) 346.79º 0.8% 0.78% -
XYZ 25.58 14.17 8.04 -
YUV 91.53 118.68 204.65 -
System Red Green Blue C M Y K H S L
Decimal 199 40 75 0 0.80 0.62 0.22 346.79 0.67 0.47
Hex C7 28 4B 0 50 3E 16 15B 43 2F
Octal 307 50 113 0 120 76 26 533 103 57
Binary 11000111 101000 1001011 0 1010000 111110 10110 101011011 1000011 101111

Color Harmonies of #C7284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7284B

Black with #C7284B

Text Example


Text Example

White with #C7284B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7284B; }

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

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

background-color css

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

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

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

border-color css

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

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

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