Html Css Color HEX #C8235E Old Rose

📋 copy color: '#C8235E'

red 200 ◦ green 35 ◦ blue 94

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

Shades of Old Rose #C8235E

Tints of Old Rose #C8235E

RGB

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

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

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

R = 60.79%
G = 10.64%
B = 28.57%

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

#C8235E (or 0xC8235E) is known color: Old Rose. HEX triplet: C8, 23 and 5E. RGB value is (200,35,94). Sum of RGB (Red+Green+Blue) = 200+35+94=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C8235E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8235E is #37DCA1. Grayscale: #5A5A5A. Windows color (decimal): -3660962 or 6169544. OLE color: 6169544.

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

Color convert

RGB 200 35 94 -
CMYK 0 0.82 0.53 0.22
HSL 338.55º 0.7% 0.46% -
HSV(B) 338.55º 0.83% 0.78% -
XYZ 26.44 14.29 11.95 -
YUV 91.06 129.66 205.7 -
System Red Green Blue C M Y K H S L
Decimal 200 35 94 0 0.82 0.53 0.22 338.55 0.7 0.46
Hex C8 23 5E 0 52 35 16 153 46 2E
Octal 310 43 136 0 122 65 26 523 106 56
Binary 11001000 100011 1011110 0 1010010 110101 10110 101010011 1000110 101110

Color Harmonies of #C8235E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8235E

Black with #C8235E

Text Example


Text Example

White with #C8235E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8235E; }

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

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

background-color css

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

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

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

border-color css

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

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

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