Html Css Color HEX #C3334D Old Rose

📋 copy color: '#C3334D'

red 195 ◦ green 51 ◦ blue 77

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

Shades of Old Rose #C3334D

Tints of Old Rose #C3334D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.79%

 BLUE value IS 77 (30.47% from 255) = 23.84%

R = 60.37%
G = 15.79%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3334D (or 0xC3334D) is known color: Old Rose. HEX triplet: C3, 33 and 4D. RGB value is (195,51,77). Sum of RGB (Red+Green+Blue) = 195+51+77=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C3334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3334D is #3CCCB2. Grayscale: #616161. Windows color (decimal): -3984563 or 5059523. OLE color: 5059523.

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

Color convert

RGB 195 51 77 -
CMYK 0 0.74 0.61 0.24
HSL 349.17º 0.59% 0.48% -
HSV(B) 349.17º 0.74% 0.76% -
XYZ 25.03 14.51 8.5 -
YUV 97.02 116.71 197.89 -
System Red Green Blue C M Y K H S L
Decimal 195 51 77 0 0.74 0.61 0.24 349.17 0.59 0.48
Hex C3 33 4D 0 4A 3D 18 15D 3B 30
Octal 303 63 115 0 112 75 30 535 73 60
Binary 11000011 110011 1001101 0 1001010 111101 11000 101011101 111011 110000

Color Harmonies of #C3334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3334D

Black with #C3334D

Text Example


Text Example

White with #C3334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3334D; }

 p { color: rgb(195,51,77); }

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

background-color css

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

 a { background-color: rgb(195,51,77); }

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

border-color css

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

 span { border-color: rgb(195,51,77); }

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