Html Css Color HEX #C33651 Old Rose

📋 copy color: '#C33651'

red 195 ◦ green 54 ◦ blue 81

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

Shades of Old Rose #C33651

Tints of Old Rose #C33651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.55%

R = 59.09%
G = 16.36%
B = 24.55%

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

#C33651 (or 0xC33651) is known color: Old Rose. HEX triplet: C3, 36 and 51. RGB value is (195,54,81). Sum of RGB (Red+Green+Blue) = 195+54+81=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C33651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33651 is #3CC9AE. Grayscale: #636363. Windows color (decimal): -3983791 or 5322435. OLE color: 5322435.

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

Color convert

RGB 195 54 81 -
CMYK 0 0.72 0.58 0.24
HSL 348.51º 0.57% 0.49% -
HSV(B) 348.51º 0.72% 0.76% -
XYZ 25.31 14.83 9.31 -
YUV 99.24 117.71 196.3 -
System Red Green Blue C M Y K H S L
Decimal 195 54 81 0 0.72 0.58 0.24 348.51 0.57 0.49
Hex C3 36 51 0 48 3A 18 15D 39 31
Octal 303 66 121 0 110 72 30 535 71 61
Binary 11000011 110110 1010001 0 1001000 111010 11000 101011101 111001 110001

Color Harmonies of #C33651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33651

Black with #C33651

Text Example


Text Example

White with #C33651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33651; }

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

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

background-color css

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

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

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

border-color css

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

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

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