Html Css Color HEX #C3385B Old Rose

📋 copy color: '#C3385B'

red 195 ◦ green 56 ◦ blue 91

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

Shades of Old Rose #C3385B

Tints of Old Rose #C3385B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.61%

R = 57.02%
G = 16.37%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3385B (or 0xC3385B) is known color: Old Rose. HEX triplet: C3, 38 and 5B. RGB value is (195,56,91). Sum of RGB (Red+Green+Blue) = 195+56+91=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C3385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3385B is #3CC7A4. Grayscale: #656565. Windows color (decimal): -3983269 or 5978307. OLE color: 5978307.

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

Color convert

RGB 195 56 91 -
CMYK 0 0.71 0.53 0.24
HSL 344.89º 0.55% 0.49% -
HSV(B) 344.89º 0.71% 0.76% -
XYZ 25.81 15.19 11.47 -
YUV 101.55 122.05 194.65 -
System Red Green Blue C M Y K H S L
Decimal 195 56 91 0 0.71 0.53 0.24 344.89 0.55 0.49
Hex C3 38 5B 0 47 35 18 159 37 31
Octal 303 70 133 0 107 65 30 531 67 61
Binary 11000011 111000 1011011 0 1000111 110101 11000 101011001 110111 110001

Color Harmonies of #C3385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3385B

Black with #C3385B

Text Example


Text Example

White with #C3385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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