Html Css Color HEX #C33262 Old Rose

📋 copy color: '#C33262'

red 195 ◦ green 50 ◦ blue 98

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

Shades of Old Rose #C33262

Tints of Old Rose #C33262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.58%

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

R = 56.85%
G = 14.58%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C33262 (or 0xC33262) is known color: Old Rose. HEX triplet: C3, 32 and 62. RGB value is (195,50,98). Sum of RGB (Red+Green+Blue) = 195+50+98=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C33262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33262 is #3CCD9D. Grayscale: #626262. Windows color (decimal): -3984798 or 6435523. OLE color: 6435523.

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

Color convert

RGB 195 50 98 -
CMYK 0 0.74 0.50 0.24
HSL 340.14º 0.59% 0.48% -
HSV(B) 340.14º 0.74% 0.76% -
XYZ 25.85 14.77 13.04 -
YUV 98.83 127.54 196.6 -
System Red Green Blue C M Y K H S L
Decimal 195 50 98 0 0.74 0.50 0.24 340.14 0.59 0.48
Hex C3 32 62 0 4A 32 18 154 3B 30
Octal 303 62 142 0 112 62 30 524 73 60
Binary 11000011 110010 1100010 0 1001010 110010 11000 101010100 111011 110000

Color Harmonies of #C33262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33262

Black with #C33262

Text Example


Text Example

White with #C33262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33262; }

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

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

background-color css

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

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

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

border-color css

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

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

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