Html Css Color HEX #C33662 Old Rose

📋 copy color: '#C33662'

red 195 ◦ green 54 ◦ blue 98

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

Shades of Old Rose #C33662

Tints of Old Rose #C33662

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.56%

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

R = 56.2%
G = 15.56%
B = 28.24%

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

#C33662 (or 0xC33662) is known color: Old Rose. HEX triplet: C3, 36 and 62. RGB value is (195,54,98). Sum of RGB (Red+Green+Blue) = 195+54+98=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C33662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33662 is #3CC99D. Grayscale: #656565. Windows color (decimal): -3983774 or 6436547. OLE color: 6436547.

HSL color Cylindrical-coordinate representation of color #C33662: hue angle of 341.28º degrees, saturation: 0.57, 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 #C33662 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 54 98 -
CMYK 0 0.72 0.50 0.24
HSL 341.28º 0.57% 0.49% -
HSV(B) 341.28º 0.72% 0.76% -
XYZ 26.03 15.12 13.1 -
YUV 101.18 126.21 194.92 -
System Red Green Blue C M Y K H S L
Decimal 195 54 98 0 0.72 0.50 0.24 341.28 0.57 0.49
Hex C3 36 62 0 48 32 18 155 39 31
Octal 303 66 142 0 110 62 30 525 71 61
Binary 11000011 110110 1100010 0 1001000 110010 11000 101010101 111001 110001

Color Harmonies of #C33662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33662

Black with #C33662

Text Example


Text Example

White with #C33662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33662; }

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

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

background-color css

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

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

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

border-color css

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

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

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