Html Css Color HEX #C3384A Old Rose

📋 copy color: '#C3384A'

red 195 ◦ green 56 ◦ blue 74

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

Shades of Old Rose #C3384A

Tints of Old Rose #C3384A

RGB

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

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

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

R = 60%
G = 17.23%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3384A (or 0xC3384A) is known color: Old Rose. HEX triplet: C3, 38 and 4A. RGB value is (195,56,74). Sum of RGB (Red+Green+Blue) = 195+56+74=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C3384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3384A is #3CC7B5. Grayscale: #636363. Windows color (decimal): -3983286 or 4864195. OLE color: 4864195.

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

Color convert

RGB 195 56 74 -
CMYK 0 0.71 0.62 0.24
HSL 352.23º 0.55% 0.49% -
HSV(B) 352.23º 0.71% 0.76% -
XYZ 25.16 14.92 8.03 -
YUV 99.61 113.55 196.04 -
System Red Green Blue C M Y K H S L
Decimal 195 56 74 0 0.71 0.62 0.24 352.23 0.55 0.49
Hex C3 38 4A 0 47 3E 18 160 37 31
Octal 303 70 112 0 107 76 30 540 67 61
Binary 11000011 111000 1001010 0 1000111 111110 11000 101100000 110111 110001

Color Harmonies of #C3384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3384A

Black with #C3384A

Text Example


Text Example

White with #C3384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3384A; }

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

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

background-color css

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

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

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

border-color css

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

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

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