Html Css Color HEX #C8335C Old Rose

📋 copy color: '#C8335C'

red 200 ◦ green 51 ◦ blue 92

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

Shades of Old Rose #C8335C

Tints of Old Rose #C8335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.82%

R = 58.31%
G = 14.87%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8335C (or 0xC8335C) is known color: Old Rose. HEX triplet: C8, 33 and 5C. RGB value is (200,51,92). Sum of RGB (Red+Green+Blue) = 200+51+92=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8335C is #37CCA3. Grayscale: #646464. Windows color (decimal): -3656868 or 6042568. OLE color: 6042568.

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

Color convert

RGB 200 51 92 -
CMYK 0 0.74 0.54 0.22
HSL 343.49º 0.59% 0.49% -
HSV(B) 343.49º 0.75% 0.78% -
XYZ 26.94 15.42 11.68 -
YUV 100.23 123.36 199.17 -
System Red Green Blue C M Y K H S L
Decimal 200 51 92 0 0.74 0.54 0.22 343.49 0.59 0.49
Hex C8 33 5C 0 4A 36 16 157 3B 31
Octal 310 63 134 0 112 66 26 527 73 61
Binary 11001000 110011 1011100 0 1001010 110110 10110 101010111 111011 110001

Color Harmonies of #C8335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8335C

Black with #C8335C

Text Example


Text Example

White with #C8335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8335C; }

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

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

background-color css

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

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

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

border-color css

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

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

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