Html Css Color HEX #C3384C Old Rose

📋 copy color: '#C3384C'

red 195 ◦ green 56 ◦ blue 76

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

Shades of Old Rose #C3384C

Tints of Old Rose #C3384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.13%

 BLUE value IS 76 (30.08% from 255) = 23.24%

R = 59.63%
G = 17.13%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3384C (or 0xC3384C) is known color: Old Rose. HEX triplet: C3, 38 and 4C. RGB value is (195,56,76). Sum of RGB (Red+Green+Blue) = 195+56+76=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C3384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3384C is #3CC7B3. Grayscale: #636363. Windows color (decimal): -3983284 or 4995267. OLE color: 4995267.

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

Color convert

RGB 195 56 76 -
CMYK 0 0.71 0.61 0.24
HSL 351.37º 0.55% 0.49% -
HSV(B) 351.37º 0.71% 0.76% -
XYZ 25.22 14.95 8.39 -
YUV 99.84 114.55 195.87 -
System Red Green Blue C M Y K H S L
Decimal 195 56 76 0 0.71 0.61 0.24 351.37 0.55 0.49
Hex C3 38 4C 0 47 3D 18 15F 37 31
Octal 303 70 114 0 107 75 30 537 67 61
Binary 11000011 111000 1001100 0 1000111 111101 11000 101011111 110111 110001

Color Harmonies of #C3384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3384C

Black with #C3384C

Text Example


Text Example

White with #C3384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3384C; }

 p { color: rgb(195,56,76); }

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

background-color css

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

 a { background-color: rgb(195,56,76); }

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

border-color css

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

 span { border-color: rgb(195,56,76); }

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