Html Css Color HEX #C7235D Old Rose

📋 copy color: '#C7235D'

red 199 ◦ green 35 ◦ blue 93

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

Shades of Old Rose #C7235D

Tints of Old Rose #C7235D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.44%

R = 60.86%
G = 10.7%
B = 28.44%

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

#C7235D (or 0xC7235D) is known color: Old Rose. HEX triplet: C7, 23 and 5D. RGB value is (199,35,93). Sum of RGB (Red+Green+Blue) = 199+35+93=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C7235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7235D is #38DCA2. Grayscale: #5A5A5A. Windows color (decimal): -3726499 or 6104007. OLE color: 6104007.

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

Color convert

RGB 199 35 93 -
CMYK 0 0.82 0.53 0.22
HSL 338.78º 0.7% 0.46% -
HSV(B) 338.78º 0.82% 0.78% -
XYZ 26.13 14.13 11.71 -
YUV 90.65 129.33 205.28 -
System Red Green Blue C M Y K H S L
Decimal 199 35 93 0 0.82 0.53 0.22 338.78 0.7 0.46
Hex C7 23 5D 0 52 35 16 153 46 2E
Octal 307 43 135 0 122 65 26 523 106 56
Binary 11000111 100011 1011101 0 1010010 110101 10110 101010011 1000110 101110

Color Harmonies of #C7235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7235D

Black with #C7235D

Text Example


Text Example

White with #C7235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7235D; }

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

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

background-color css

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

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

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

border-color css

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

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

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