Html Css Color HEX #C8335E Old Rose

📋 copy color: '#C8335E'

red 200 ◦ green 51 ◦ blue 94

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

Shades of Old Rose #C8335E

Tints of Old Rose #C8335E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.78%

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

R = 57.97%
G = 14.78%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8335E (or 0xC8335E) is known color: Old Rose. HEX triplet: C8, 33 and 5E. RGB value is (200,51,94). Sum of RGB (Red+Green+Blue) = 200+51+94=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C8335E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8335E is #37CCA1. Grayscale: #646464. Windows color (decimal): -3656866 or 6173640. OLE color: 6173640.

HSL color Cylindrical-coordinate representation of color #C8335E: hue angle of 342.68º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8335E is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 51 94 -
CMYK 0 0.74 0.53 0.22
HSL 342.68º 0.59% 0.49% -
HSV(B) 342.68º 0.75% 0.78% -
XYZ 27.02 15.46 12.15 -
YUV 100.45 124.36 199 -
System Red Green Blue C M Y K H S L
Decimal 200 51 94 0 0.74 0.53 0.22 342.68 0.59 0.49
Hex C8 33 5E 0 4A 35 16 157 3B 31
Octal 310 63 136 0 112 65 26 527 73 61
Binary 11001000 110011 1011110 0 1001010 110101 10110 101010111 111011 110001

Color Harmonies of #C8335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8335E

Black with #C8335E

Text Example


Text Example

White with #C8335E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8335E; }

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

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

background-color css

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

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

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

border-color css

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

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

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