Html Css Color HEX #C0335E Old Rose

📋 copy color: '#C0335E'

red 192 ◦ green 51 ◦ blue 94

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

Shades of Old Rose #C0335E

Tints of Old Rose #C0335E

RGB

 RED value IS 192 (75.39% from 255) = 56.97%

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

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

R = 56.97%
G = 15.13%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0335E (or 0xC0335E) is known color: Old Rose. HEX triplet: C0, 33 and 5E. RGB value is (192,51,94). Sum of RGB (Red+Green+Blue) = 192+51+94=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0335E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0335E is #3FCCA1. Grayscale: #626262. Windows color (decimal): -4181154 or 6173632. OLE color: 6173632.

HSL color Cylindrical-coordinate representation of color #C0335E: hue angle of 341.7º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0335E is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 51 94 -
CMYK 0 0.73 0.51 0.25
HSL 341.7º 0.58% 0.48% -
HSV(B) 341.7º 0.73% 0.75% -
XYZ 24.94 14.38 12.05 -
YUV 98.06 125.71 195 -
System Red Green Blue C M Y K H S L
Decimal 192 51 94 0 0.73 0.51 0.25 341.7 0.58 0.48
Hex C0 33 5E 0 49 33 19 156 3A 30
Octal 300 63 136 0 111 63 31 526 72 60
Binary 11000000 110011 1011110 0 1001001 110011 11001 101010110 111010 110000

Color Harmonies of #C0335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0335E

Black with #C0335E

Text Example


Text Example

White with #C0335E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0335E; }

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

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

background-color css

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

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

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

border-color css

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

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

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