Html Css Color HEX #C7235E Old Rose

📋 copy color: '#C7235E'

red 199 ◦ green 35 ◦ blue 94

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

Shades of Old Rose #C7235E

Tints of Old Rose #C7235E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.66%

R = 60.67%
G = 10.67%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7235E (or 0xC7235E) is known color: Old Rose. HEX triplet: C7, 23 and 5E. RGB value is (199,35,94). Sum of RGB (Red+Green+Blue) = 199+35+94=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C7235E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7235E is #38DCA1. Grayscale: #5A5A5A. Windows color (decimal): -3726498 or 6169543. OLE color: 6169543.

HSL color Cylindrical-coordinate representation of color #C7235E: hue angle of 338.41º 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 #C7235E is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 35 94 -
CMYK 0 0.82 0.53 0.22
HSL 338.41º 0.7% 0.46% -
HSV(B) 338.41º 0.82% 0.78% -
XYZ 26.17 14.15 11.94 -
YUV 90.76 129.83 205.2 -
System Red Green Blue C M Y K H S L
Decimal 199 35 94 0 0.82 0.53 0.22 338.41 0.7 0.46
Hex C7 23 5E 0 52 35 16 152 46 2E
Octal 307 43 136 0 122 65 26 522 106 56
Binary 11000111 100011 1011110 0 1010010 110101 10110 101010010 1000110 101110

Color Harmonies of #C7235E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7235E

Black with #C7235E

Text Example


Text Example

White with #C7235E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7235E; }

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

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

background-color css

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

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

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

border-color css

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

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

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