Html Css Color HEX #C7234A Old Rose

📋 copy color: '#C7234A'

red 199 ◦ green 35 ◦ blue 74

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

Shades of Old Rose #C7234A

Tints of Old Rose #C7234A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.36%

 BLUE value IS 74 (29.3% from 255) = 24.03%

R = 64.61%
G = 11.36%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7234A (or 0xC7234A) is known color: Old Rose. HEX triplet: C7, 23 and 4A. RGB value is (199,35,74). Sum of RGB (Red+Green+Blue) = 199+35+74=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C7234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7234A is #38DCB5. Grayscale: #585858. Windows color (decimal): -3726518 or 4858823. OLE color: 4858823.

HSL color Cylindrical-coordinate representation of color #C7234A: hue angle of 345.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7234A is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 35 74 -
CMYK 0 0.82 0.63 0.22
HSL 345.73º 0.7% 0.46% -
HSV(B) 345.73º 0.82% 0.78% -
XYZ 25.39 13.84 7.81 -
YUV 88.48 119.83 206.83 -
System Red Green Blue C M Y K H S L
Decimal 199 35 74 0 0.82 0.63 0.22 345.73 0.7 0.46
Hex C7 23 4A 0 52 3F 16 15A 46 2E
Octal 307 43 112 0 122 77 26 532 106 56
Binary 11000111 100011 1001010 0 1010010 111111 10110 101011010 1000110 101110

Color Harmonies of #C7234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7234A

Black with #C7234A

Text Example


Text Example

White with #C7234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7234A; }

 p { color: rgb(199,35,74); }

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

background-color css

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

 a { background-color: rgb(199,35,74); }

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

border-color css

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

 span { border-color: rgb(199,35,74); }

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