Html Css Color HEX #C6335C Old Rose

📋 copy color: '#C6335C'

red 198 ◦ green 51 ◦ blue 92

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

Shades of Old Rose #C6335C

Tints of Old Rose #C6335C

RGB

 RED value IS 198 (77.73% from 255) = 58.06%

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

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

R = 58.06%
G = 14.96%
B = 26.98%

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

#C6335C (or 0xC6335C) is known color: Old Rose. HEX triplet: C6, 33 and 5C. RGB value is (198,51,92). Sum of RGB (Red+Green+Blue) = 198+51+92=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C6335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6335C is #39CCA3. Grayscale: #636363. Windows color (decimal): -3787940 or 6042566. OLE color: 6042566.

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

Color convert

RGB 198 51 92 -
CMYK 0 0.74 0.54 0.22
HSL 343.27º 0.59% 0.49% -
HSV(B) 343.27º 0.74% 0.78% -
XYZ 26.4 15.15 11.66 -
YUV 99.63 123.7 198.17 -
System Red Green Blue C M Y K H S L
Decimal 198 51 92 0 0.74 0.54 0.22 343.27 0.59 0.49
Hex C6 33 5C 0 4A 36 16 157 3B 31
Octal 306 63 134 0 112 66 26 527 73 61
Binary 11000110 110011 1011100 0 1001010 110110 10110 101010111 111011 110001

Color Harmonies of #C6335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6335C

Black with #C6335C

Text Example


Text Example

White with #C6335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6335C; }

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

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

background-color css

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

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

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

border-color css

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

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

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