Html Css Color HEX #C33762 Old Rose

📋 copy color: '#C33762'

red 195 ◦ green 55 ◦ blue 98

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

Shades of Old Rose #C33762

Tints of Old Rose #C33762

RGB

 RED value IS 195 (76.56% from 255) = 56.03%

 GREEN value IS 55 (21.88% from 255) = 15.8%

 BLUE value IS 98 (38.67% from 255) = 28.16%

R = 56.03%
G = 15.8%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C33762 (or 0xC33762) is known color: Old Rose. HEX triplet: C3, 37 and 62. RGB value is (195,55,98). Sum of RGB (Red+Green+Blue) = 195+55+98=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C33762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33762 is #3CC89D. Grayscale: #656565. Windows color (decimal): -3983518 or 6436803. OLE color: 6436803.

HSL color Cylindrical-coordinate representation of color #C33762: hue angle of 341.57º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33762 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 55 98 -
CMYK 0 0.72 0.50 0.24
HSL 341.57º 0.56% 0.49% -
HSV(B) 341.57º 0.72% 0.76% -
XYZ 26.08 15.22 13.12 -
YUV 101.76 125.88 194.5 -
System Red Green Blue C M Y K H S L
Decimal 195 55 98 0 0.72 0.50 0.24 341.57 0.56 0.49
Hex C3 37 62 0 48 32 18 156 38 31
Octal 303 67 142 0 110 62 30 526 70 61
Binary 11000011 110111 1100010 0 1001000 110010 11000 101010110 111000 110001

Color Harmonies of #C33762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33762

Black with #C33762

Text Example


Text Example

White with #C33762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33762; }

 p { color: rgb(195,55,98); }

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

background-color css

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

 a { background-color: rgb(195,55,98); }

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

border-color css

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

 span { border-color: rgb(195,55,98); }

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