Html Css Color HEX #C33058 Old Rose

📋 copy color: '#C33058'

red 195 ◦ green 48 ◦ blue 88

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

Shades of Old Rose #C33058

Tints of Old Rose #C33058

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.5%

 BLUE value IS 88 (34.77% from 255) = 26.59%

R = 58.91%
G = 14.5%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C33058 (or 0xC33058) is known color: Old Rose. HEX triplet: C3, 30 and 58. RGB value is (195,48,88). Sum of RGB (Red+Green+Blue) = 195+48+88=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C33058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33058 is #3CCFA7. Grayscale: #606060. Windows color (decimal): -3985320 or 5779651. OLE color: 5779651.

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

Color convert

RGB 195 48 88 -
CMYK 0 0.75 0.55 0.24
HSL 343.67º 0.6% 0.48% -
HSV(B) 343.67º 0.75% 0.76% -
XYZ 25.32 14.42 10.68 -
YUV 96.51 123.2 198.25 -
System Red Green Blue C M Y K H S L
Decimal 195 48 88 0 0.75 0.55 0.24 343.67 0.6 0.48
Hex C3 30 58 0 4B 37 18 158 3C 30
Octal 303 60 130 0 113 67 30 530 74 60
Binary 11000011 110000 1011000 0 1001011 110111 11000 101011000 111100 110000

Color Harmonies of #C33058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33058

Black with #C33058

Text Example


Text Example

White with #C33058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33058; }

 p { color: rgb(195,48,88); }

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

background-color css

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

 a { background-color: rgb(195,48,88); }

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

border-color css

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

 span { border-color: rgb(195,48,88); }

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