Html Css Color HEX #C9335C Old Rose

📋 copy color: '#C9335C'

red 201 ◦ green 51 ◦ blue 92

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

Shades of Old Rose #C9335C

Tints of Old Rose #C9335C

RGB

 RED value IS 201 (78.91% from 255) = 58.43%

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

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

R = 58.43%
G = 14.83%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9335C (or 0xC9335C) is known color: Old Rose. HEX triplet: C9, 33 and 5C. RGB value is (201,51,92). Sum of RGB (Red+Green+Blue) = 201+51+92=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C9335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9335C is #36CCA3. Grayscale: #646464. Windows color (decimal): -3591332 or 6042569. OLE color: 6042569.

HSL color Cylindrical-coordinate representation of color #C9335C: hue angle of 343.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9335C is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 51 92 -
CMYK 0 0.75 0.54 0.21
HSL 343.6º 0.6% 0.49% -
HSV(B) 343.6º 0.75% 0.79% -
XYZ 27.2 15.56 11.69 -
YUV 100.52 123.2 199.67 -
System Red Green Blue C M Y K H S L
Decimal 201 51 92 0 0.75 0.54 0.21 343.6 0.6 0.49
Hex C9 33 5C 0 4B 36 15 158 3C 31
Octal 311 63 134 0 113 66 25 530 74 61
Binary 11001001 110011 1011100 0 1001011 110110 10101 101011000 111100 110001

Color Harmonies of #C9335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9335C

Black with #C9335C

Text Example


Text Example

White with #C9335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9335C; }

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

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

background-color css

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

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

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

border-color css

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

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

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