Html Css Color HEX #C33E4A Old Rose

📋 copy color: '#C33E4A'

red 195 ◦ green 62 ◦ blue 74

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

Shades of Old Rose #C33E4A

Tints of Old Rose #C33E4A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.73%

 BLUE value IS 74 (29.3% from 255) = 22.36%

R = 58.91%
G = 18.73%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C33E4A (or 0xC33E4A) is known color: Old Rose. HEX triplet: C3, 3E and 4A. RGB value is (195,62,74). Sum of RGB (Red+Green+Blue) = 195+62+74=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33E4A is #3CC1B5. Grayscale: #676767. Windows color (decimal): -3981750 or 4865731. OLE color: 4865731.

HSL color Cylindrical-coordinate representation of color #C33E4A: hue angle of 354.59º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33E4A is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 62 74 -
CMYK 0 0.68 0.62 0.24
HSL 354.59º 0.53% 0.5% -
HSV(B) 354.59º 0.68% 0.76% -
XYZ 25.46 15.54 8.14 -
YUV 103.14 111.56 193.52 -
System Red Green Blue C M Y K H S L
Decimal 195 62 74 0 0.68 0.62 0.24 354.59 0.53 0.5
Hex C3 3E 4A 0 44 3E 18 163 35 32
Octal 303 76 112 0 104 76 30 543 65 62
Binary 11000011 111110 1001010 0 1000100 111110 11000 101100011 110101 110010

Color Harmonies of #C33E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33E4A

Black with #C33E4A

Text Example


Text Example

White with #C33E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33E4A; }

 p { color: rgb(195,62,74); }

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

background-color css

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

 a { background-color: rgb(195,62,74); }

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

border-color css

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

 span { border-color: rgb(195,62,74); }

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