Html Css Color HEX #C8235F Old Rose

📋 copy color: '#C8235F'

red 200 ◦ green 35 ◦ blue 95

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

Shades of Old Rose #C8235F

Tints of Old Rose #C8235F

RGB

 RED value IS 200 (78.52% from 255) = 60.61%

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

 BLUE value IS 95 (37.5% from 255) = 28.79%

R = 60.61%
G = 10.61%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8235F (or 0xC8235F) is known color: Old Rose. HEX triplet: C8, 23 and 5F. RGB value is (200,35,95). Sum of RGB (Red+Green+Blue) = 200+35+95=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C8235F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8235F is #37DCA0. Grayscale: #5B5B5B. Windows color (decimal): -3660961 or 6235080. OLE color: 6235080.

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

Color convert

RGB 200 35 95 -
CMYK 0 0.82 0.52 0.22
HSL 338.18º 0.7% 0.46% -
HSV(B) 338.18º 0.83% 0.78% -
XYZ 26.49 14.31 12.19 -
YUV 91.18 130.16 205.62 -
System Red Green Blue C M Y K H S L
Decimal 200 35 95 0 0.82 0.52 0.22 338.18 0.7 0.46
Hex C8 23 5F 0 52 34 16 152 46 2E
Octal 310 43 137 0 122 64 26 522 106 56
Binary 11001000 100011 1011111 0 1010010 110100 10110 101010010 1000110 101110

Color Harmonies of #C8235F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8235F

Black with #C8235F

Text Example


Text Example

White with #C8235F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8235F; }

 p { color: rgb(200,35,95); }

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

background-color css

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

 a { background-color: rgb(200,35,95); }

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

border-color css

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

 span { border-color: rgb(200,35,95); }

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