Html Css Color HEX #C33752 Old Rose

📋 copy color: '#C33752'

red 195 ◦ green 55 ◦ blue 82

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

Shades of Old Rose #C33752

Tints of Old Rose #C33752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.7%

R = 58.73%
G = 16.57%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C33752 (or 0xC33752) is known color: Old Rose. HEX triplet: C3, 37 and 52. RGB value is (195,55,82). Sum of RGB (Red+Green+Blue) = 195+55+82=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C33752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33752 is #3CC8AD. Grayscale: #636363. Windows color (decimal): -3983534 or 5388227. OLE color: 5388227.

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

Color convert

RGB 195 55 82 -
CMYK 0 0.72 0.58 0.24
HSL 348.43º 0.56% 0.49% -
HSV(B) 348.43º 0.72% 0.76% -
XYZ 25.39 14.94 9.53 -
YUV 99.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 195 55 82 0 0.72 0.58 0.24 348.43 0.56 0.49
Hex C3 37 52 0 48 3A 18 15C 38 31
Octal 303 67 122 0 110 72 30 534 70 61
Binary 11000011 110111 1010010 0 1001000 111010 11000 101011100 111000 110001

Color Harmonies of #C33752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33752

Black with #C33752

Text Example


Text Example

White with #C33752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33752; }

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

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

background-color css

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

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

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

border-color css

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

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

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